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 9043a8b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/cli/self_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,18 +176,19 @@ 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/
https://visualstudio.microsoft.com/downloads/
_Install the C++ build tools before proceeding_.
Expand Down

0 comments on commit 9043a8b

Please sign in to comment.