X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=15d09f4aada3b0090780252a39f96eddb026c7ed;hb=144ed029c5aa190d16475d19495f170051ec7d46;hp=b522b161ecf939d23c877e6448ddcd88cb6bef4d;hpb=74b359373c262506d88fa546c595551c7a4e4277;p=rust.git diff --git a/README.md b/README.md index b522b161ecf..15d09f4aada 100644 --- a/README.md +++ b/README.md @@ -130,9 +130,9 @@ build. MSVC builds of Rust additionally require an installation of Visual Studio 2017 (or later) so `rustc` can use its linker. The simplest way is to get the -[Visual Studio Build Tools] and check the “C++ build tools” workload. +[Visual Studio], check the “C++ build tools” and “Windows 10 SDK” workload. -[Visual Studio Build Tools]: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019 +[Visual Studio]: https://visualstudio.microsoft.com/downloads/ (If you're installing cmake yourself, be careful that “C++ CMake tools for Windows” doesn't get included under “Individual components”.)