Pillow/winbuild
Andrew Murray 4ecf1df4ea
Merge pull request #7453 from nulano/brotli
Fix libbrotli build for Windows wheels
2023-10-10 07:31:46 +11:00
..
build_prepare.py Merge pull request #7453 from nulano/brotli 2023-10-10 07:31:46 +11:00
build.rst Merge branch 'main' into add-pyproject.toml 2023-06-28 17:44:08 +10:00
fribidi.cmake fix merge 2021-02-27 15:14:00 +01:00
README.md update winbuild documentation 2023-06-24 15:52:59 +01: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
%PYTHON%\python.exe build_prepare.py -v --depends=C:\pillow-depends
build\build_dep_all.cmd
cd ..
%PYTHON%\python.exe -m pip install -v -C raqm=vendor -C fribidi=vendor .
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
%PYTHON%\python.exe -m pip wheel -v -C raqm=vendor -C fribidi=vendor .