rustup-msvc@1.24.3: Update notes (#3653)

Co-authored-by: ClassicDarkChocolate <>
This commit is contained in:
ClassicDarkChocolate 2022-06-05 20:37:09 +08:00 committed by GitHub
parent a4cfacf796
commit 4808c44cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",