From 1fbed70a1c5dac26c9079a6ac727484bf92014ab Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Sat, 18 Nov 2023 12:56:01 +0300 Subject: [PATCH] Add mention of Windows SDK in build Prerequisites [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1fbcccf..706fa58a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ git clone --recursive https://github.com/FWGS/hlsdk-portable ### Prerequisites -Install and run [Visual Studio Installer](https://visualstudio.microsoft.com/downloads/). The installer allows you to choose specific components. Select `Desktop development with C++`. You can untick everything you don't need in Installation details, but you must keep `MSVC` ticked. You may also keep `C++ CMake tools for Windows` ticked as you'll need **cmake**. Alternatively you can install **cmake** from the [cmake.org](https://cmake.org/download/) and during installation tick *Add to the PATH...*. +Install and run [Visual Studio Installer](https://visualstudio.microsoft.com/downloads/). The installer allows you to choose specific components. Select `Desktop development with C++`. You can untick everything you don't need in Installation details, but you must keep `MSVC` and corresponding Windows SDK (e.g. Windows 10 SDK or Windows 11 SDK) ticked. You may also keep `C++ CMake tools for Windows` ticked as you'll need **cmake**. Alternatively you can install **cmake** from the [cmake.org](https://cmake.org/download/) and during installation tick *Add to the PATH...*. ### Opening command prompt