From 4f43c391ec19a5c03086aa939b313195b4fe31c3 Mon Sep 17 00:00:00 2001 From: Kruhol Date: Tue, 28 Sep 2021 13:14:47 +0200 Subject: [PATCH] Add missing dependecies for VS in build.md --- docs/building.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index c475b6dc2..4a3174bc6 100644 --- a/docs/building.md +++ b/docs/building.md @@ -122,7 +122,8 @@ of the `(i686|x86_64)-w64-mingw32` directory.
Windows via Visual Studio ### Installing dependencies -Make sure to install the `C++ CMake tools for Windows` component for Visual Studio. +Make sure to install the `C++ CMake tools for Windows` and `Windows SDK` component for Visual Studio. +*Note: `Windows SDK` component should match your Windows build version.* Install vcpkg following the instructions from https://github.com/microsoft/vcpkg#quick-start. Don't forget to perform _user-wide integration_ step for additional convenience.