mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
Update MSVC INSTALL.md instructions to recommend VS 2022 + recent Windows 10/11 SDK
This commit is contained in:
parent
d491662340
commit
53ee6968a3
10
INSTALL.md
10
INSTALL.md
@ -210,9 +210,13 @@ itself back on after some time).
|
||||
|
||||
### MSVC
|
||||
|
||||
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
|
||||
[Visual Studio], check the "C++ build tools" and "Windows 10 SDK" workload.
|
||||
MSVC builds of Rust additionally requires an installation of:
|
||||
|
||||
- Visual Studio 2022 (or later) build tools so `rustc` can use its linker. Older
|
||||
Visual Studio versions such as 2019 *may* work but aren't actively tested.
|
||||
- A recent Windows 10 or 11 SDK.
|
||||
|
||||
The simplest way is to get [Visual Studio], check the "C++ build tools".
|
||||
|
||||
[Visual Studio]: https://visualstudio.microsoft.com/downloads/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user