Pillow/winbuild
2015-06-19 11:13:26 +10:00
..
.gitignore apparently successful builds for everything ex. lcms2 2014-03-31 19:50:52 -07:00
build_dep.py updated freetype, working ft builds on vc2010 2015-06-11 20:35:21 -07:00
build.py fix pythonpath for virtualenvs 2015-06-16 09:24:51 -07:00
config.py Removed unnecessary comments 2015-06-19 11:13:26 +10:00
fetch.py scripted python fetching, checksumming, build script writing 2014-03-24 22:09:53 -07:00
fixproj.py fix imports 2015-06-16 13:29:41 -07:00
get_pythons.py fix imports 2015-06-16 13:29:41 -07:00
nmake.opt Fixed various typos 2015-06-17 09:02:32 +10:00
README.md Updated Readme -- working locally and on appveyor 2015-06-16 09:39:08 -07:00
test.py race condition in font.png, single thread master tests. Add return code, clarify output 2015-06-16 09:25:36 -07:00
untar.py inprogress -- webp 2014-03-24 22:38:45 -07:00
unzip.py scripted python fetching, checksumming, build script writing 2014-03-24 22:09:53 -07:00

Quick README

For more extensive info, see the windows build instructions docs/build.rst.

  • See https://github.com/python-imaging/Pillow/issues/553#issuecomment-37877416 and https://github.com/matplotlib/matplotlib/issues/1717#issuecomment-13343859

  • Works best with Python 3.4, due to virtualenv and pip batteries included. Python3+ required for fetch command.

  • Check config.py for virtual env paths, suffix for 64 bit releases. Defaults to x64, set X64_EXT to change.

  • When running in CI with one python per invocation, set the PYTHON env variable to the python folder. (e.g. PYTHON=c:\Python27\) This overrides the matrix in config.py and will just build and test for the speciic python.

  • python get_pythons.py downloads all the python releases, and their signatures. (Manually) Install in c:\PythonXX[x64]\.

  • python build_dep.py downloads and creates a build script for all the dependencies, in 32 and 64 bit versions, and with both compiler versions.

  • (in powershell) build_deps.cmd invokes the dependency build.

  • python build.py --clean makes pillow for the matrix of pythons.

  • python test.py runs the tests on pillow in all the virtual envs.

  • Currently working with zlib, libjpeg, freetype, and libtiff on Python 2.7, 3.3, and 3.4, both 32 and 64 bit, on a local win7 pro machine and appveyor.com (3.3 untested there)

  • Webp is built, not detected.

  • LCMS and OpenJpeg are not building.