Capitalised Python and Pillow

This commit is contained in:
Andrew Murray 2015-10-11 21:27:18 +11:00
parent c4a16b6967
commit 89fb9965ef
3 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ Building Pillow on Windows
<installation>` should be sufficient <installation>` should be sufficient
This page will describe a build setup to build Pillow against the This page will describe a build setup to build Pillow against the
supported python versions in 32 and 64-bit modes, using freely supported Python versions in 32 and 64-bit modes, using freely
available Microsoft compilers. This has been developed and tested available Microsoft compilers. This has been developed and tested
against 64-bit Windows 7 Professional and Windows Server 2012 against 64-bit Windows 7 Professional and Windows Server 2012
64-bit version on Amazon EC2. 64-bit version on Amazon EC2.

View File

@ -47,7 +47,7 @@ extern int ImagingLibTiffSetField(ImagingCodecState state, ttag_t tag, ...);
/* /*
Trace debugging Trace debugging
legacy, don't enable for python 3.x, unicode issues. legacy, don't enable for Python 3.x, unicode issues.
*/ */
/* /*

View File

@ -7,12 +7,12 @@ For more extensive info, see the windows build instructions `docs/build.rst`.
* Works best with Python 3.4, due to virtualenv and pip batteries included. Python3+ required for fetch command. * 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. * 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 specific python. * 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 specific Python.
* `python get_pythons.py` downloads all the python releases, and their signatures. (Manually) Install in `c:\PythonXX[x64]\`. * `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. * `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. * (in powershell) `build_deps.cmd` invokes the dependency build.
* `python build.py --clean` makes pillow for the matrix of pythons. * `python build.py --clean` makes Pillow for the matrix of Pythons.
* `python test.py` runs the tests on pillow in all the virtual envs. * `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) * 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. * Webp is built, not detected.
* LCMS and OpenJpeg are not building. * LCMS and OpenJpeg are not building.