From 36601f6e1c2b0ce8aa0917bbe1adbad086e4ce02 Mon Sep 17 00:00:00 2001 From: Sunreal Date: Wed, 5 Jun 2019 23:58:36 +0800 Subject: [PATCH 1/3] Windows 10 SDK is also required now. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b522b161ecf93..86915106df904 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,8 @@ 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. +Windows 10 SDK is also required now. + [Visual Studio Build Tools]: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019 (If you're installing cmake yourself, be careful that “C++ CMake tools for From 1cf662e2ccc205b402ed74f1fe746b7c091b6111 Mon Sep 17 00:00:00 2001 From: Sunreal Date: Fri, 7 Jun 2019 22:08:22 +0800 Subject: [PATCH 2/3] rephrase --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86915106df904..f8d2d7b5269f7 100644 --- a/README.md +++ b/README.md @@ -130,11 +130,10 @@ 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. -Windows 10 SDK is also required now. -[Visual Studio Build Tools]: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019 +[Visual Studio]: https://visualstudio.microsoft.com/zh-hans/downloads/ (If you're installing cmake yourself, be careful that “C++ CMake tools for Windows” doesn't get included under “Individual components”.) From 3d6070db77836b3d1689d28ca7ee2acc2fd38a95 Mon Sep 17 00:00:00 2001 From: Sunreal Date: Sat, 8 Jun 2019 00:14:52 +0800 Subject: [PATCH 3/3] Neutralize link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f8d2d7b5269f7..15d09f4aada3b 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,7 @@ 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], check the “C++ build tools” and “Windows 10 SDK” workload. - -[Visual Studio]: https://visualstudio.microsoft.com/zh-hans/downloads/ +[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”.)