Skip to content

Link to instructions on installing Visual Studio #1667

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

Merged
merged 1 commit into from
May 17, 2022
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
14 changes: 4 additions & 10 deletions locales/en-US/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,10 @@ install-notes-path-description =
install-notes-windows-heading = Windows considerations
install-notes-windows-description =
<p>
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-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 2019, Visual Studio 2017, Visual Studio 2015, or Visual
Studio 2013 and during install select the “C++ tools.”
On Windows, Rust additionally requires the MSVC build tools
for Visual Studio 2013 or later. See
<a href="https://doc.rust-lang.org/stable/book/ch01-01-installation.html#installing-rustup-on-windows">
Installing <code>rustup</code> on Windows</a>
</p>
<p>
For further information about configuring Rust on Windows see the
Expand Down