diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2023-12-28 07:07:45 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-28 07:07:45 +1000 |
commit | da4d774b66e5b8949b022fb1f3f9472e56ecb477 (patch) | |
tree | a6472446c973b92916e1dcbc3597be5c71879098 /docs | |
parent | 526f21fcfa1b65daf4519a1264035a5fcd8ee46d (diff) | |
parent | 52638ace6b63aa9d34e75d06c213a11b9a9affda (diff) |
Merge pull request #24133 from CrystalP/bump-msys2
[depends][Windows] msys2 fixes and update to 20231026
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.Windows.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.Windows.md b/docs/README.Windows.md index 53545a80f9..6d81ebce4c 100644 --- a/docs/README.Windows.md +++ b/docs/README.Windows.md @@ -46,6 +46,7 @@ Several different strategies are used to draw your attention to certain pieces o ## 2. Prerequisites To build Kodi: +* **Windows** 64bit OS, Windows 8.1 or above (allows build of x64, win32, uwp, arm) * **[CMake](https://cmake.org/download/)** (version 3.20 or greater is required to build Kodi, 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)** |