mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
rustup-msvc@1.24.3: Update notes (#3653)
Co-authored-by: ClassicDarkChocolate <>
This commit is contained in:
parent
a4cfacf796
commit
4808c44cd1
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user