Skip to content

Commit d4cca74

Browse files
committed
Update MSVC INSTALL.md instructions to VS 2022 + latest Windows 11 SDK
1 parent 81d8edc commit d4cca74

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

INSTALL.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,14 @@ itself back on after some time).
210210

211211
### MSVC
212212

213-
MSVC builds of Rust additionally require an installation of Visual Studio 2017
214-
(or later) so `rustc` can use its linker. The simplest way is to get
215-
[Visual Studio], check the "C++ build tools" and "Windows 10 SDK" workload.
213+
MSVC builds of Rust additionally requires an installation of:
214+
215+
- Visual Studio 2022 (or later) build tools so `rustc` can use its linker. Older
216+
Visual Studio versions such as 2019 *may* work but aren't actively tested.
217+
- A recent Windows 11 SDK.
218+
219+
The simplest way is to get [Visual Studio], check the "C++ build tools" and
220+
select the latest "Windows 11 SDK" workload.
216221

217222
[Visual Studio]: https://visualstudio.microsoft.com/downloads/
218223

0 commit comments

Comments
 (0)