Skip to content

Commit

Permalink
Update install instructions for VS 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
TjeuKayim committed Apr 17, 2019
1 parent 8f1d93e commit a15699f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/cli/self_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,17 @@ Rust requires the Microsoft C++ build tools for Visual Studio 2013 or
later, but they don't seem to be installed.
The easiest way to acquire the build tools is by installing Microsoft
Visual C++ Build Tools 2017 which provides just the Visual C++ build
Visual C++ Build Tools 2019 which provides just the Visual C++ build
tools:
https://aka.ms/buildtools
https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
Please ensure the Windows 10 SDK component is included when installing
the Visual C++ Build Tools.
Alternately, you can install Visual Studio 2015 or Visual
Studio 2013 and during install select the "C++ tools":
Alternately, you can install Visual Studio 2019, Visual Studio 2017,
Visual Studio 2015, or Visual Studio 2013 and during install select
the "C++ tools":
https://www.visualstudio.com/downloads/
Expand Down

0 comments on commit a15699f

Please sign in to comment.