Pillow/winbuild
2020-06-01 22:29:25 +10:00
..
appveyor_build_msys2.sh test mingw 2017-09-19 21:19:18 +00:00
appveyor_install_msys2_deps.sh Drop support for EOL Python 2.7 2019-10-07 14:30:59 +03:00
build_prepare.py Updated lcms2 to 2.10 2020-06-01 22:29:25 +10:00
build.rst allow older cmake to support Visual Studio 2017 2020-04-12 11:55:32 +10:00
fribidi.cmake allow older cmake to support Visual Studio 2017 2020-04-12 11:55:32 +10:00
raqm.cmake allow older cmake to support Visual Studio 2017 2020-04-12 11:55:32 +10:00
README.md allow older cmake to support Visual Studio 2017 2020-04-12 11:55:32 +10:00
tiff.opt fix distutils not finding vcredist, use /MD 2019-10-01 22:23:42 +02: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:\Python35\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