diff options
author | CrystalP <crystalp@kodi.tv> | 2024-06-20 21:23:44 -0400 |
---|---|---|
committer | CrystalP <crystalp@kodi.tv> | 2024-06-21 12:13:56 -0400 |
commit | bfe89eebfa8c53316dac8f24f14430f28f965197 (patch) | |
tree | d994b93657b81317f473f7a04875ab4cb872f827 /docs | |
parent | 50ee755831ff0a421e230674b3b5bacde183ab9e (diff) |
[Windows] Update build requirements with Windows 11 SDK 10.0.22621.0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.Windows.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/README.Windows.md b/docs/README.Windows.md index 44ab5ee352..60ece12300 100644 --- a/docs/README.Windows.md +++ b/docs/README.Windows.md @@ -1,7 +1,7 @@ ![Kodi Logo](resources/banner_slim.png) # Windows build guide -This guide has been tested with Windows 10 Pro x64, version 21H2, build 19044.1415. Please read it in full before you proceed to familiarize yourself with the build procedure. +This guide has been tested with Windows 10 Pro x64, version 22H2, build 19045.4529. Please read it in full before you proceed to familiarize yourself with the build procedure. ## Table of Contents 1. **[Document conventions](#1-document-conventions)** @@ -83,6 +83,7 @@ Default options are fine. Start the Visual Studio installer and click **Workloads** select * Under **Desktop & Mobile** section select * `Desktop development with C++` + * Select the optional element Windows 11 SDK (10.0.22621.0) * `Universal Windows Platform development` (if compiling for UWP or UWP-ARM) Click in **Individual components** select |