浏览代码

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

Lucas Fernandes Nogueira 3 年之前
父节点
当前提交
dd1d2b6d34
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/getting-started/setup-windows.md

+ 1 - 1
docs/getting-started/setup-windows.md

@@ -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"/>
 ## 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">
 <Alert title="Note">
 This is a big download (over 1GB) and takes the most time, so go grab a coffee.
 This is a big download (over 1GB) and takes the most time, so go grab a coffee.