summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-01-17 12:45:37 +1100
committerMiguel Jacq <mig@mig5.net>2018-01-17 12:45:37 +1100
commit40ee114803b2c0f0fcc44fd26106e7834ce0e073 (patch)
treebc170c9aea0b51999b0b9d8fb4bde92569e766d5 /BUILD.md
parent76cf0ae107c55cd3b1e79d4327040a11232f08ff (diff)
downloadonionshare-40ee114803b2c0f0fcc44fd26106e7834ce0e073.tar.gz
onionshare-40ee114803b2c0f0fcc44fd26106e7834ce0e073.zip
Extract tor and obfs4proxy executables from the main TorBrowser executable with 7-zip on Windows
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index c9224611..d1fdcb88 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -94,11 +94,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\x86`
* `C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x86`
* `C:\Users\user\AppData\Local\Programs\Python\Python35-32\Lib\site-packages\PyQt5\Qt\bin`
+* `C:\Program Files (x86)\7-Zip`
If you want to build the installer: