Skip to content

Commit 9a42550

Browse files
authored
Merge pull request #1667 from ChrisDenton/vs
Link to instructions on installing Visual Studio
2 parents e864591 + b43af82 commit 9a42550

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

locales/en-US/tools.ftl

+4-10
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,10 @@ install-notes-path-description =
136136
install-notes-windows-heading = Windows considerations
137137
install-notes-windows-description =
138138
<p>
139-
On Windows, Rust additionally requires the C++ build tools
140-
for Visual Studio 2013 or later. The easiest way to acquire the build
141-
tools is by installing
142-
<a href="https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2019">
143-
Microsoft Visual C++ Build Tools 2019
144-
</a>
145-
which provides just the Visual C++ build tools. Alternately, you
146-
can <a href="https://www.visualstudio.com/downloads/">install</a>
147-
Visual Studio 2019, Visual Studio 2017, Visual Studio 2015, or Visual
148-
Studio 2013 and during install select the “C++ tools.”
139+
On Windows, Rust additionally requires the MSVC build tools
140+
for Visual Studio 2013 or later. See
141+
<a href="https://doc.rust-lang.org/stable/book/ch01-01-installation.html#installing-rustup-on-windows">
142+
Installing <code>rustup</code> on Windows</a>
149143
</p>
150144
<p>
151145
For further information about configuring Rust on Windows see the

0 commit comments

Comments
 (0)