More VS 2015 work

Now only Qt is left. Will wait for release of 5.6.1 for that
QtWebKit is being removed from Qt 5.6 so will have tobuild it
separately/out-of-tree? Dont know what will happen with PyQt's wrappers
for QtWebKit, will they also be have to be built out of tree?
This commit is contained in:
Kovid Goyal 2015-12-04 11:23:47 +05:30
parent 4467f98e93
commit 166697795f

View File

@ -436,23 +436,21 @@ F7 for build solution.
netifaces netifaces
------------ ------------
https://pypi.python.org/pypi/netifaces
Download the source tarball from http://alastairs-place.net/projects/netifaces/
Run:: Run::
python setup.py build python setup.py build
cp `find build/ -name '*.pyd'` /cygdrive/c/Python27/Lib/site-packages/ cp `find build/ -name '*.pyd'` ~/sw/private/python/Lib/site-packages/
psutil psutil
-------- --------
https://pypi.python.org/pypi/psutil
Download the source tarball Run::
Run python setup.py build
cp -r build/lib.win*/* ~/sw/private/python/Lib/site-packages/
Python setup.py build
cp -r build/lib.win*/* /cygdrive/c/Python27/Lib/site-packages/
easylzma easylzma
---------- ----------
@ -470,7 +468,9 @@ chmlib
Download the zip source code from: http://www.jedrea.com/chmlib/ Download the zip source code from: http://www.jedrea.com/chmlib/
Run:: Run::
cd src && unzip ../ChmLib-ds6.zip cd src && unzip ../ChmLib-ds6.zip
Then open ChmLib.dsw in Visual Studio, change the configuration to Release winenv devenv ChmLib.dsw /upgrade
Then open ChmLib.sln in Visual Studio, change the configuration to Release
(Win32|x64) and build solution, this will generate a static library in (Win32|x64) and build solution, this will generate a static library in
Release/ChmLib.lib Release/ChmLib.lib
@ -552,16 +552,16 @@ See libimobiledevice_notes.rst
optipng optipng
---------- ----------
http://optipng.sourceforge.net/
Compiling instructions:: Compiling instructions::
sed -i.bak 's/\$</%s/' src/libpng/scripts/makefile.vcwin32 sed -i.bak 's/\$</%s/' src/libpng/scripts/makefile.vcwin32
nmake -f build/visualc.mk winenv nmake -f build/visualc.mk
cp src/optipng/optipng.exe* ~/sw/bin cp src/optipng/optipng.exe* ~/sw/bin
mozjpeg mozjpeg
---------- ----------
https://github.com/mozilla/mozjpeg/releases
Compiling instructions:: Compiling instructions::
mkdir -p build && cd build mkdir -p build && cd build