Pillow/winbuild
2020-04-12 11:55:01 +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
appveyor_install_pypy3.cmd Updated PyPy to 7.3.1 2020-04-11 10:50:33 +10:00
build_dep.py Implicitly concatenate strings 2019-12-26 17:07:54 +02:00
build_prepare.py cleanup build configuration 2020-04-12 11:55:01 +10:00
build.py Merge branch 'master' into rm-2.7 2019-10-12 18:03:58 +11:00
build.rst RST uses double backticks for code (MD uses 1) 2019-09-13 08:56:33 +03:00
config.py Updated harfbuzz to 2.6.4 2020-03-29 16:05:49 +11:00
fetch.py Use pillow-depends on HTTPError 2019-10-30 22:15:30 +11:00
fribidi.cmake fix distutils not finding vcredist, use /MD 2019-10-01 22:23:42 +02:00
get_pythons.py Drop support for EOL Python 2.7 2019-10-07 14:30:59 +03:00
lcms2_patch.ps1 add lcms2 bulid script upgrade patch to gha 2019-11-07 21:52:09 +00:00
raqm.cmake fix distutils not finding vcredist, use /MD 2019-10-01 22:23:42 +02:00
README.md cleanup build configuration 2020-04-12 11:55:01 +10:00
test.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
tiff.opt fix distutils not finding vcredist, use /MD 2019-10-01 22:23:42 +02:00
untar.py Format with Black 2019-06-13 18:54:57 +03:00
unzip.py Format with Black 2019-06-13 18:54:57 +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:\Python35\bin
cd /D C:\Pillow\winbuild
C:\Python37\bin\python.exe build_prepare.py
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