summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2016-04-11 23:25:40 -0700
committerMicah Lee <micah@micahflee.com>2016-04-11 23:25:40 -0700
commitef5665b050bb948f43d399efbc0fd33945949da7 (patch)
treef24eb9a93effb38bd4bbfdb9cf0b92531833b07f /BUILD.md
parent229603eb7d858c6c3954a61989b085a90498aa1b (diff)
downloadonionshare-ef5665b050bb948f43d399efbc0fd33945949da7.tar.gz
onionshare-ef5665b050bb948f43d399efbc0fd33945949da7.zip
Switched from py2app to PyInstaller for Windows. Renamed version to version.txt, to avoid Windows namespace collision with version.dll.
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index e33b975d..69b8905c 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -83,14 +83,12 @@ These instructions include adding folders to the path in Windows. To do this, go
First, download and install the 32-bit (x86) version of Python 3.4.x from https://www.python.org/downloads/windows/. You need 3.4 instead of 3.5 because PyQt5 was built with 3.4. Add `C:\Python34` and `C:\Python34\Scripts` to the path.
-Open a command prompt and install some dependencies with pip: `pip install flask stem py2exe`
+Open a command prompt and install some dependencies with pip: `pip3 install pyinstaller pypiwin32 flask stem`
Download and install Qt5 from https://www.qt.io/download-open-source/. I downloaded `qt-unified-windows-x86-2.0.2-2-online.exe`. There's no need to login to a Qt account during installation. Make sure you install the latest Qt 5.x.
Download and install the latest PyQt5 for 32-bit Windows from https://www.riverbankcomputing.com/software/pyqt/download5. I downloaded `PyQt5-5.5.1-gpl-Py3.4-Qt5.5.1-x32.exe`.
-Download and install the latest 32-bit pywin32 binary for Python 3.4 from http://sourceforge.net/projects/pywin32/. I downloaded `pywin32-220.win32-py3.4.exe`.
-
Download and install the [Microsoft Visual C++ 2008 Redistributable Package (x86)](http://www.microsoft.com/en-us/download/details.aspx?id=29).
If you want to build the installer: