diff options
author | enen92 <92enen@gmail.com> | 2022-03-13 19:35:45 +0000 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2022-03-13 19:35:45 +0000 |
commit | f7bbf7c9da33346c17cd5aa7cb4d4af6343a88e5 (patch) | |
tree | 0d05b63c672a7424d229b6ca710092a36a3e39b1 /docs | |
parent | 967f710960bf196dec504810ab2af94a3f33252e (diff) |
[docs][windows] improve cmake version requirements
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.Windows.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.Windows.md b/docs/README.Windows.md index fb6eecec84..fd6c713c36 100644 --- a/docs/README.Windows.md +++ b/docs/README.Windows.md @@ -46,7 +46,7 @@ Several different strategies are used to draw your attention to certain pieces o ## 2. Prerequisites To build Kodi: -* **[CMake](https://cmake.org/download/)** (version 3.15 or greater is required) +* **[CMake](https://cmake.org/download/)** (version 3.15 or greater is required to build with Visual Studio 2019, version 3.21 or greater to build with Visual Studio 2022) * **[Git for Windows](https://gitforwindows.org/)** * **[Java Runtime Environment (JRE)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)** * **[Nullsoft scriptable install system (NSIS)](http://nsis.sourceforge.net/Download)** (Only needed if you want to generate an installer file) |