Pillow/winbuild
2021-03-29 17:45:12 +02:00
..
build_prepare.py Merge pull request #5062 from nulano/fribidi-link 2021-03-27 16:29:04 +00:00
build.rst document libraqm/fribidi linking, support fribidi-0.dll on Windows 2021-03-29 17:45:12 +02:00
fribidi.cmake fix merge 2021-02-27 15:14:00 +01: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