mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
correct minimum CMake version
This commit is contained in:
parent
f2527dd5eb
commit
1690592d8b
|
@ -10,7 +10,7 @@ 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.13 or newer (available as Visual Studio component).
|
||||
* Requires CMake 3.15 or newer (available as Visual Studio component).
|
||||
* Tested on Windows Server 2016 with Visual Studio 2017 Community, and Windows Server 2019 with Visual Studio 2022 Community (AppVeyor).
|
||||
* Tested on Windows Server 2022 with Visual Studio 2022 Enterprise (GitHub Actions).
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ Download and install:
|
|||
<https://visualstudio.microsoft.com/downloads/>`_
|
||||
(MSVC C++ build tools, and any Windows SDK version required)
|
||||
|
||||
* `CMake 3.13 or newer <https://cmake.org/download/>`_
|
||||
* `CMake 3.15 or newer <https://cmake.org/download/>`_
|
||||
(also available as Visual Studio component C++ CMake tools for Windows)
|
||||
|
||||
* `Ninja <https://ninja-build.org/>`_
|
||||
|
|
Loading…
Reference in New Issue
Block a user