summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-01-17 16:19:30 -0800
committerMicah Lee <micah@micahflee.com>2018-01-17 16:19:30 -0800
commit713e45084a6bc71ec8b0dec3f98fbb681f831224 (patch)
treed8b56faa502fc802d608ae1005442d24ab9fbadf /BUILD.md
parentec6adfdb8f915b571dc3622ff86201e4032086f3 (diff)
parentfc2dcafafc7d6d513c24e8aeb90b42e3d6712817 (diff)
downloadonionshare-713e45084a6bc71ec8b0dec3f98fbb681f831224.tar.gz
onionshare-713e45084a6bc71ec8b0dec3f98fbb681f831224.zip
Merge branch '435_support_bridges' of https://github.com/mig5/onionshare into mig5-435_support_bridges
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index 7cb965f1..27547e12 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`
+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 Fedora-like distros: `dnf install -y rpm-build python3-flask python3-stem python3-qt5 python3-pytest nautilus-python tor`
+For Fedora-like distros: `dnf install -y rpm-build python3-flask python3-stem python3-qt5 python3-pytest nautilus-python tor obfs4`
After that you can try both the CLI and the GUI version of OnionShare:
@@ -98,11 +98,16 @@ These instructions include adding folders to the path in Windows. To do this, go
Download and install the 32-bit [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-US/download/details.aspx?id=48145). I downloaded `vc_redist.x86.exe`.
-Download and install the standalone [Windows 10 SDK](https://dev.windows.com/en-us/downloads/windows-10-sdk). Note that you may not need this if you already have Visual Studio. Add the following directories to the path:
+Download and install 7-Zip from http://70zip.org/download.html. I downloaded 7z1800.exe.
+
+Download and install the standalone [Windows 10 SDK](https://dev.windows.com/en-us/downloads/windows-10-sdk). Note that you may not need this if you already have Visual Studio.
+
+Add the following directories to the path:
* `C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x86`
* `C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x86`
* `C:\Users\user\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\PyQt5\Qt\bin`
+* `C:\Program Files (x86)\7-Zip`
If you want to build the installer: