Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install instructions for VS 2019 #736

Merged
merged 1 commit into from
Apr 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/tools/install.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
On Windows, Rust additionally requires the C++ build tools
for Visual Studio 2013 or later. The easiest way to acquire the build
tools is by installing
<a href="https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017">
Microsoft Visual C++ Build Tools 2017
<a href="https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2019">
Microsoft Visual C++ Build Tools 2019
</a>
which provides just the Visual C++ build tools. Alternately, you
can <a href="https://www.visualstudio.com/downloads/">install</a>
Visual Studio 2017, Visual Studio 2015, or Visual Studio 2013 and during install select
Visual Studio 2019, Visual Studio 2017, Visual Studio 2015, or Visual Studio 2013 and during install select
the “C++ tools.”
</p>
<p>
Expand Down