[Pkg-privacy-commits] [onionshare] 83/256: Update Windows build instructions, and also Windows pip requirements

Ulrike Uhlig ulrike at moszumanska.debian.org
Fri May 26 12:53:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

ulrike pushed a commit to branch master
in repository onionshare.

commit 535150194390e08ae1b31ef9ab2bc04a7aabe44d
Author: Micah Lee <micah at micahflee.com>
Date:   Tue Feb 21 16:58:23 2017 -0800

    Update Windows build instructions, and also Windows pip requirements
---
 BUILD.md                         | 11 +++++++----
 install/requirements-windows.txt |  8 ++++----
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/BUILD.md b/BUILD.md
index a0ca80c..6762fd9 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -92,7 +92,13 @@ If you want to build a .exe:
 
 These instructions include adding folders to the path in Windows. To do this, go to Start and type "advanced system settings", and open "View advanced system settings" in the Control Panel. Click Environment Variables. Under "System variables" double-click on Path. From there you can add and remove folders that are available in the PATH.
 
-Download and install the [Microsoft Visual C++ 2010 Redistributable Package (x86)](https://www.microsoft.com/en-us/download/details.aspx?id=5555).
+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:
+
+* `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`
 
 If you want to build the installer:
 
@@ -103,9 +109,6 @@ If you want to sign binaries with Authenticode:
 
 * You'll need a code signing certificate. I roughly followed [this guide](http://blog.assarbad.net/20110513/startssl-code-signing-certificate/) to make one using my StartSSL account.
 * Once you get a code signing key and certificate and covert it to a pfx file, import it into your certificate store.
-* Windows 10:
-  * Go to https://dev.windows.com/en-us/downloads/windows-10-sdk and install the standalone Windows 10 SDK. Note that you may not need this if you already have Visual Studio.
-  * Add `C:\Program Files (x86)\Windows Kits\10\bin\x86` to the path.
 
 ### To make a .exe:
 
diff --git a/install/requirements-windows.txt b/install/requirements-windows.txt
index a80e619..37b77e0 100644
--- a/install/requirements-windows.txt
+++ b/install/requirements-windows.txt
@@ -2,12 +2,12 @@ click==6.7
 Flask==0.12
 future==0.16.0
 itsdangerous==0.24
-Jinja2==2.9.2
+Jinja2==2.9.5
 MarkupSafe==0.23
 pefile==2016.3.28
-PyInstaller==3.2
+PyInstaller==3.2.1
 pypiwin32==219
-PyQt5==5.7.1
-sip==4.19
+PyQt5==5.8
+sip==4.19.1
 stem==1.5.4
 Werkzeug==0.11.15

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list