We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7220628 + 6fe8b76 commit 0b435eaCopy full SHA for 0b435ea
doc/src/installation/windows.md
@@ -11,7 +11,10 @@ using the [MinGW/MSYS2 toolchain] use the GNU build.
11
12
When targeting the MSVC ABI, Rust additionally requires an [installation of
13
Visual Studio 2013 (or later) or the Visual C++ Build Tools 2019][vs] so
14
-`rustc` can use its linker. For Visual Studio, make sure to check the "C++
+`rustc` can use its linker and libraries. The Visual C++ Build Tools require a Visual
15
+Studio license (either Community, Pro, or Enterprise).
16
+
17
+For Visual Studio, make sure to check the "C++
18
tools" and "Windows 10 SDK" option. No additional software installation is
19
necessary for basic use of the GNU build.
20
0 commit comments