summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-09-17 21:03:37 -0700
committerMicah Lee <micah@micahflee.com>2018-09-17 21:03:37 -0700
commitfc0defe0c2dd1f958cb91925f70911d70284c7bd (patch)
tree9486bc2d71f4216d4536c48e5c31b6c4551e23e6 /BUILD.md
parentef71c351c6042c98a8473821cd0fa2518322db3d (diff)
parent06f90b91ce55f1a51d15b26a1df5f9c4e866567f (diff)
downloadonionshare-fc0defe0c2dd1f958cb91925f70911d70284c7bd.tar.gz
onionshare-fc0defe0c2dd1f958cb91925f70911d70284c7bd.zip
Merge branch 'develop' into update-deps
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 2cae8f20..9d5f73c3 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -11,9 +11,11 @@ cd onionshare
Install the needed dependencies:
-For Debian-like distros: `apt install -y build-essential fakeroot python3-all python3-stdeb dh-python python3-socks python3-flask python3-stem python3-pyqt5 python-nautilus python3-pytest tor obfs4proxy`
+For Debian-like distros: `apt install -y build-essential fakeroot python3-all python3-stdeb dh-python python3-flask python3-stem python3-pyqt5 python-nautilus python3-pytest tor obfs4proxy python3-cryptography python3-crypto python3-nacl python3-pip python3-socks python3-sha3`
-For Fedora-like distros: `dnf install -y rpm-build python3-flask python3-stem python3-qt5 python3-pytest nautilus-python tor obfs4 rpm-build`
+On some older versions of Debian you may need to install pysha3 with `pip3 install pysha3` if python3-sha3 is not available.
+
+For Fedora-like distros: `dnf install -y rpm-build python3-flask python3-stem python3-qt5 python3-pytest nautilus-python tor obfs4 python3-pynacl python3-cryptography python3-crypto python3-pip python3-pysocks`
After that you can try both the CLI and the GUI version of OnionShare: