docs(setup): mention Windows SDK requirement, closes #2871 (#2884)

This commit is contained in:
Lucas Fernandes Nogueira
2021-11-16 11:57:06 -03:00
committed by GitHub
parent 59b6ee8793
commit dd1d2b6d34

View File

@@ -15,7 +15,7 @@ For those using the Windows Subsystem for Linux (WSL) please refer to our [Linux
## 1. System Dependencies&nbsp;<Icon title="alert" color="danger"/>
You'll need to install Microsoft Visual Studio C++ build tools. <a href="https://visualstudio.microsoft.com/visual-cpp-build-tools/" target="_blank">Download the installer here</a>, and then run it. When it asks you what packages you would like to install, select C++ Build Tools.
You'll need to install Microsoft Visual Studio C++ build tools. <a href="https://visualstudio.microsoft.com/visual-cpp-build-tools/" target="_blank">Download the installer here</a>, and then run it. When it asks you what packages you would like to install, select C++ Build Tools and make sure the Windows SDK is selected.
<Alert title="Note">
This is a big download (over 1GB) and takes the most time, so go grab a coffee.