summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2016-06-10 18:03:34 -0700
committerMicah Lee <micah@micahflee.com>2016-06-10 18:03:34 -0700
commit1295399d346824c69006834721b8e1684c595f85 (patch)
tree4dd21baef53ba0788dfec2aa1cfa44bf875596a9 /BUILD.md
parent57dd6db1664c6f7c8cd4cfb45bd6cc9e67114a0c (diff)
downloadonionshare-1295399d346824c69006834721b8e1684c595f85.tar.gz
onionshare-1295399d346824c69006834721b8e1684c595f85.zip
Added python-nautilus as a dependency (#293)
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index 4fec1946..6c25c76e 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -14,7 +14,7 @@ cd onionshare
Then install the needed dependencies:
```sh
-sudo apt-get install -y python3-flask python3-stem python3-pyqt5
+sudo apt-get install -y python3-flask python3-stem python3-pyqt5 python-nautilus
```
After that you can try both the CLI and the GUI version of OnionShare:
@@ -27,7 +27,7 @@ After that you can try both the CLI and the GUI version of OnionShare:
A script to build a .deb package and install OnionShare easily is also provided for your convenience:
```sh
-sudo apt-get install -y build-essential fakeroot python3-all python3-stdeb dh-python
+sudo apt-get install -y build-essential fakeroot python3-all python3-stdeb dh-python python-nautilus
./install/build_deb.sh
sudo dpkg -i deb_dist/onionshare_*.deb
```
@@ -36,7 +36,7 @@ Note that OnionShare uses stdeb to generate Debian packages, and `python3-stdeb`
*For .rpm-based distros (Red Hat, Fedora, CentOS):*
```sh
-sudo sudo dnf install -y rpm-build python3-flask python3-stem python3-qt5
+sudo sudo dnf install -y rpm-build python3-flask python3-stem python3-qt5 nautilus-python
./install/build_rpm.sh
sudo yum install -y dist/onionshare-*.rpm
```