mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-20 04:04:45 +03:00
Update README.md
Windows build tries to link in functions from libdeflate and zstd library. These are neither included in the build depends scheme nor mentioned in the instructions. So, I propose they at least be mentioned.
This commit is contained in:
parent
6fdb1faf39
commit
6ed94cfa3a
|
@ -11,6 +11,8 @@ For more extensive info, see the [Windows build instructions](build.rst).
|
|||
* Requires Microsoft Visual Studio 2017 or newer with C++ component.
|
||||
* Requires NASM for libjpeg-turbo, a required dependency when using this script.
|
||||
* Requires CMake 3.12 or newer (available as Visual Studio component).
|
||||
* Requires zstd static link library installed.
|
||||
* Requires libdeflate static library installed.
|
||||
* Tested on Windows Server 2016 with Visual Studio 2017 Community (AppVeyor).
|
||||
* Tested on Windows Server 2019 with Visual Studio 2019 Enterprise (GitHub Actions).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user