Skip to content

Commit c426fa5

Browse files
authored
Rollup merge of rust-lang#61550 - jacobsun:patch-1, r=alexcrichton
Windows 10 SDK is also required now.
2 parents 44033a7 + 3d6070d commit c426fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ build.
130130

131131
MSVC builds of Rust additionally require an installation of Visual Studio 2017
132132
(or later) so `rustc` can use its linker. The simplest way is to get the
133-
[Visual Studio Build Tools] and check the “C++ build tools” workload.
133+
[Visual Studio], check the “C++ build tools” and “Windows 10 SDK” workload.
134134

135-
[Visual Studio Build Tools]: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
135+
[Visual Studio]: https://visualstudio.microsoft.com/downloads/
136136

137137
(If you're installing cmake yourself, be careful that “C++ CMake tools for
138138
Windows” doesn't get included under “Individual components”.)

0 commit comments

Comments
 (0)