Pillow/winbuild
nulano c5e1b5ad66
use consistent capitalization
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-02-13 15:26:00 +00:00
..
build_prepare.py use consistent capitalization 2023-02-13 15:26:00 +00:00
build.rst use consistent capitalization 2023-02-13 15:26:00 +00:00
fribidi.cmake fix merge 2021-02-27 15:14:00 +01:00
README.md windows: use CMake instead of MSBuild to compile liblzma 2023-02-12 23:24:11 +00: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