This commit is contained in:
Kovid Goyal 2015-12-02 21:36:16 +05:30
parent ef8d72900e
commit ef1f633538

View File

@ -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
--------