basic readme + pointer

This commit is contained in:
wiredfool 2014-04-04 16:44:56 -07:00
parent 251749b110
commit 3a484bab09

13
winbuild/README.md Normal file
View File

@ -0,0 +1,13 @@
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.
* Check config.py for virtual env paths.
* `python get_pythons.py` downloads all the python releases, and their signatures. Install in `c:\PythonXX[x64]\`.
* `python build_dep.py` downloads and builds all the dependencies, in 32 and 64 bit versions, and with both compiler versions.
* `python build.py --clean` makes pillow for the matrix of pythons.
* `python test.py` runs the tests on pillow in all the virtual envs.