summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-08-21 19:31:02 +1000
committerMiguel Jacq <mig@mig5.net>2018-08-21 19:31:02 +1000
commit2de9359629d07a57cf7a439f485907a0cc0d2560 (patch)
treed770a809ee262ca57fd1ac4190716b0b0f6a781e /BUILD.md
parentf5ccfcf2cc098e7657e9bb7c604a6b3b125f3b25 (diff)
downloadonionshare-2de9359629d07a57cf7a439f485907a0cc0d2560.tar.gz
onionshare-2de9359629d07a57cf7a439f485907a0cc0d2560.zip
Introduce v3 onion support
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index e6e54951..57c83438 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -11,9 +11,9 @@ cd onionshare
Install the needed dependencies:
-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`
+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; pip3 install pysha3`
-For Fedora-like distros: `dnf install -y rpm-build python3-flask python3-stem python3-qt5 python3-pytest nautilus-python tor obfs4`
+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; pip3 install pysha3`
After that you can try both the CLI and the GUI version of OnionShare: