Skip to content

Commit 641f498

Browse files
authored
Merge pull request rust-lang#2973 from thadguidry/patch-1
Update guide for changes to Visual Studio Installer
2 parents 499e582 + 77daf58 commit 641f498

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/cli/self_update.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,12 @@ tools:
288288
289289
Check its box for "Desktop development with C++" which will ensure that
290290
the Windows 10 SDK is selected. If your locale language is not English,
291-
then additionally check the box for English under Language packs. Or minimally, use the tab Single Components and select these items: "MSVC - VS 2019 C++ x64/x86 build tools" and "Windows 10 SDK"
291+
then additionally check the box for English under Language packs.
292+
Or minimally, use the tab "Individual Components" and select these items:
293+
294+
"MSVC - VS 2019 C++ x64/x86 build tools"
295+
and
296+
"Windows 10 SDK"
292297
293298
Alternately, you can install Visual Studio 2019, Visual Studio 2017,
294299
Visual Studio 2015, or Visual Studio 2013 and during install select

0 commit comments

Comments
 (0)