Skip to content

Commit a15699f

Browse files
committed
Update install instructions for VS 2019
1 parent 8f1d93e commit a15699f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/cli/self_update.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,16 +176,17 @@ Rust requires the Microsoft C++ build tools for Visual Studio 2013 or
176176
later, but they don't seem to be installed.
177177
178178
The easiest way to acquire the build tools is by installing Microsoft
179-
Visual C++ Build Tools 2017 which provides just the Visual C++ build
179+
Visual C++ Build Tools 2019 which provides just the Visual C++ build
180180
tools:
181181
182-
https://aka.ms/buildtools
182+
https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
183183
184184
Please ensure the Windows 10 SDK component is included when installing
185185
the Visual C++ Build Tools.
186186
187-
Alternately, you can install Visual Studio 2015 or Visual
188-
Studio 2013 and during install select the "C++ tools":
187+
Alternately, you can install Visual Studio 2019, Visual Studio 2017,
188+
Visual Studio 2015, or Visual Studio 2013 and during install select
189+
the "C++ tools":
189190
190191
https://www.visualstudio.com/downloads/
191192

0 commit comments

Comments
 (0)