summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-06-18 12:00:50 -0700
committerMicah Lee <micah@micahflee.com>2018-06-18 12:00:50 -0700
commit3c8bc81b24bac9e12254e23c5e6fcd253212882c (patch)
treecb3cead9920efaa81467e44d6b565d0530c60395
parent13a5db2223b65a4c5664c38f838e22c529fc8b69 (diff)
downloadonionshare-3c8bc81b24bac9e12254e23c5e6fcd253212882c.tar.gz
onionshare-3c8bc81b24bac9e12254e23c5e6fcd253212882c.zip
Update Windows build instructions to include newer versions of software
-rw-r--r--BUILD.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index e6e54951..c5fe3601 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -85,7 +85,7 @@ pip3 install -r install\requirements-windows.txt
Download and install pywin32 (build 221, x86, for python 3.6) from https://sourceforge.net/projects/pywin32/files/pywin32/Build%20221/. I downloaded `pywin32-221.win32-py3.6.exe`.
-Download and install Qt5 from https://www.qt.io/download-open-source/. I downloaded `qt-unified-windows-x86-3.0.2-online.exe`. There's no need to login to a Qt account during installation. Make sure you install the latest Qt 5.x. I installed Qt 5.10.0.
+Download and install Qt5 from https://www.qt.io/download-open-source/. I downloaded `qt-unified-windows-x86-3.0.4-online.exe`. There's no need to login to a Qt account during installation. Make sure you install the latest Qt 5.x. I installed Qt 5.11.0. You only need to install the `MSVC 2015 32-bit` component, as well as all of the the `Qt` components, for that that version.
After that you can try both the CLI and the GUI version of OnionShare:
@@ -100,7 +100,7 @@ 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 7-Zip from http://www.7-zip.org/download.html. I downloaded `7z1800.exe`.
+Download and install 7-Zip from http://www.7-zip.org/download.html. I downloaded `7z1805-x64.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.
@@ -113,7 +113,7 @@ Add the following directories to the path:
If you want to build the installer:
-* Go to http://nsis.sourceforge.net/Download and download the latest NSIS. I downloaded `nsis-3.02.1-setup.exe`.
+* Go to http://nsis.sourceforge.net/Download and download the latest NSIS. I downloaded `nsis-3.03-setup.exe`.
* Add `C:\Program Files (x86)\NSIS` to the path.
If you want to sign binaries with Authenticode: