Pillow/winbuild
2021-01-05 00:07:03 +11:00
..
build_prepare.py lint 2021-01-05 00:07:03 +11:00
build.rst Invoke pip using Python 2020-10-29 22:41:29 +11:00
fribidi.cmake use FriBiDi shim in Raqm 2021-01-05 00:03:52 +11:00
raqm.cmake update FriBiDi to 1.0.10 2020-11-25 21:57:51 +00:00
README.md Remove redundant requirements 2020-06-30 20:49:40 +03:00
tiff.opt Updated libtiff to 4.2.0 2020-12-30 11:34:46 +11:00

Quick README

For more extensive info, see the Windows build instructions.

The following is a simplified version of the script used on AppVeyor:

set PYTHON=C:\Python38\bin
cd /D C:\Pillow\winbuild
C:\Python37\bin\python.exe build_prepare.py -v --depends=C:\pillow-depends
build\build_dep_all.cmd
build\build_pillow.cmd install
cd ..
path C:\Pillow\winbuild\build\bin;%PATH%
%PYTHON%\python.exe selftest.py
%PYTHON%\python.exe -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
build\build_pillow.cmd bdist_wheel