From ef1f633538ba5e2f8a3a90db557e82e84db10bae Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 2 Dec 2015 21:36:16 +0530 Subject: [PATCH] ... --- setup/installer/windows/notes2.rst | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/setup/installer/windows/notes2.rst b/setup/installer/windows/notes2.rst index ee67fa04d5..214599daad 100644 --- a/setup/installer/windows/notes2.rst +++ b/setup/installer/windows/notes2.rst @@ -145,6 +145,12 @@ Run:: Add `source ~/.vcvars` to `~/.zshenv` This will allow you to use the Visual Studio tools in the cygwin shell. +Install perl and ruby (needed to build openssl and qt): +Perl: http://www.activestate.com/activeperl +Ruby: http://rubyinstaller.org/ + +Put both perl.exe and ruby.exe in the PATH + setuptools -------------- @@ -169,6 +175,7 @@ Run:: python setup.py -q build --plat-name=(win32|win-amd64) # Do this # repeatedly until you stop getting .manifest file errors python setup.py -q install + rm ~/sw/private/python/Lib/site-packages/*.chm SQLite --------- @@ -182,15 +189,6 @@ Download source from http://code.google.com/p/apsw/downloads/list and run python setup.py fetch --all --missing-checksum-ok build --enable-all-extensions install test -Build requirements -------------------- - -Install perl and ruby (needed to build openssl and qt): -Perl: http://www.activestate.com/activeperl -Ruby: http://rubyinstaller.org/ - -Put both perl.exe and ruby.exe in the PATH - OpenSSL --------