Pillow/winbuild
Gabor Kertesz 22a1f6db5e lcms2: Update to VS2019
In order to enable win-arm64, VS2019 should be used, while other
platforms should work with newer version as well.
Tested on x64-win10.
2022-02-01 09:18:28 +01:00
..
build_prepare.py lcms2: Update to VS2019 2022-02-01 09:18:28 +01:00
build.rst Windows: Enable ARM64 for MSVC 2022-02-01 09:18:11 +01:00
fribidi.cmake fix merge 2021-02-27 15:14:00 +01: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