Pillow/winbuild
Ondrej Baranovič 74af933a9f
Link to stable setuptools documentation
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-01-20 10:08:14 +01:00
..
build_prepare.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-12-20 20:29:18 +00:00
build.rst Link to stable setuptools documentation 2024-01-20 10:08:14 +01:00
fribidi.cmake cross-complie fribidi for windows arm64 2023-12-12 22:54:24 +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 .