Pillow/winbuild
nulano f4deb4df30 compile libtiff with cmake
(cherry picked from commit 3f17d61fed513ac6bb569ac687c77db1564f056f)
2021-03-24 21:31:07 +01:00
..
build_prepare.py compile libtiff with cmake 2021-03-24 21:31:07 +01:00
build.rst Invoke pip using Python 2020-10-29 22:41:29 +11:00
fribidi.cmake update FriBiDi to 1.0.10 2020-11-25 21:57:51 +00: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

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