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.