From 4808c44cd173a5d3d6fa30b5102cafbd0ed38211 Mon Sep 17 00:00:00 2001 From: ClassicDarkChocolate <32133670+ClassicDarkChocolate@users.noreply.github.com> Date: Sun, 5 Jun 2022 20:37:09 +0800 Subject: [PATCH] rustup-msvc@1.24.3: Update notes (#3653) Co-authored-by: ClassicDarkChocolate <> --- bucket/rustup-msvc.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bucket/rustup-msvc.json b/bucket/rustup-msvc.json index f73a14a094..88e13ee9a1 100644 --- a/bucket/rustup-msvc.json +++ b/bucket/rustup-msvc.json @@ -3,7 +3,13 @@ "description": "Manage multiple rust installations with ease", "homepage": "https://rustup.rs", "license": "MIT|Apache-2.0", - "notes": "To use the MSVC ABI without Visual Studio 2015 (or higher) installed, you will need the Visual Studio 2017 Build Tools: https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017", + "notes": [ + "According to https://doc.rust-lang.org/book/ch01-01-installation.html#installing-rustup-on-windows", + "Microsoft C++ Build Tools is needed and can be downloaded here: https://visualstudio.microsoft.com/visual-cpp-build-tools/", + "When installing build tools, these two components should be selected:", + "- MSVC - VS C++ x64/x86 build tools", + "- Windows SDK" + ], "architecture": { "64bit": { "url": "https://static.rust-lang.org/rustup/archive/1.24.3/x86_64-pc-windows-msvc/rustup-init.exe",