Skip to content

Commit 0b435ea

Browse files
authored
Merge pull request #2989 from ChrisDenton/vs-license
Add license note for VS Build Tools
2 parents 7220628 + 6fe8b76 commit 0b435ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/src/installation/windows.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ using the [MinGW/MSYS2 toolchain] use the GNU build.
1111

1212
When targeting the MSVC ABI, Rust additionally requires an [installation of
1313
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++
14+
`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++
1518
tools" and "Windows 10 SDK" option. No additional software installation is
1619
necessary for basic use of the GNU build.
1720

0 commit comments

Comments
 (0)