Pillow/winbuild
Andrew Murray 9ad83119cf
Allow libavif to install rav1e, except on manylinux2014 and aarch64 (#7)
* Allow libavif to install rav1e, except on manylinux2014 and aarch64

* Allow libavif to install rav1e on Windows

---------

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2024-12-07 12:42:38 -05:00
..
build_prepare.py Allow libavif to install rav1e, except on manylinux2014 and aarch64 (#7) 2024-12-07 12:42:38 -05:00
build.rst Add AVIF plugin (using libavif) 2024-10-16 09:41:35 -04:00
fribidi.cmake cross-complie fribidi for windows arm64 2023-12-12 22:54:24 +01:00
README.md Updated test environment documentation 2024-09-30 12:38:13 +10: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:\Python39\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 .