Bump CMake version requirement to 3.15. Experimentally I've found that's the first one that doesn't fail (3.14.0 and 3.14.7 fail).
This commit is contained in:
parent
384976f974
commit
b060359264
@ -3,7 +3,7 @@
|
|||||||
You'll need to download and install the following to build yuzu:
|
You'll need to download and install the following to build yuzu:
|
||||||
|
|
||||||
* GCC v7+ (for C++17 support) & misc
|
* GCC v7+ (for C++17 support) & misc
|
||||||
* [CMake](https://www.cmake.org/) 3.6+
|
* [CMake](https://www.cmake.org/) 3.15+
|
||||||
* [SDL2](https://www.libsdl.org/download-2.0.php)
|
* [SDL2](https://www.libsdl.org/download-2.0.php)
|
||||||
* [Qt](https://qt-project.org/downloads)
|
* [Qt](https://qt-project.org/downloads)
|
||||||
* [Python2](https://www.python.org/download/releases/2.7/) 2.7
|
* [Python2](https://www.python.org/download/releases/2.7/) 2.7
|
||||||
|
Loading…
Reference in New Issue
Block a user