Skip to content

Commit f031172

Browse files
authored
Mention installing Windows VS C++ build tools (#1168)
Adds a sentence about the C++ build tools being a prerequisite on Windows.
1 parent 9d4c179 commit f031172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

locales/en-US/tools.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ install-other-methods-link = Learn more
154154
## components/tools/rustup.hbs
155155

156156
tools-rustup-unixy = It looks like you’re running macOS, Linux, or another Unix-like OS. To download Rustup and install Rust, run the following in your terminal, then follow the on-screen instructions. See <a href="https://forge.rust-lang.org/infra/other-installation-methods.html">"Other Installation Methods"</a> if you are on Windows.
157-
tools-rustup-windows = It looks like you’re running Windows. To start using Rust, download the installer, then run the program and follow the onscreen instructions. See <a href="https://forge.rust-lang.org/infra/other-installation-methods.html">"Other Installation Methods"</a> if you are not on Windows.
157+
tools-rustup-windows-2 = It looks like you’re running Windows. To start using Rust, download the installer, then run the program and follow the onscreen instructions. You may need to install the <a href="https://visualstudio.microsoft.com/visual-cpp-build-tools/">Visual Studio C++ Build tools</a> when prompted to do so. If you are not on Windows see <a href="https://forge.rust-lang.org/infra/other-installation-methods.html">"Other Installation Methods"</a>.
158158
tools-rustup-wsl-heading = Windows Subsystem for Linux
159159
tools-rustup-wsl = If you’re a Windows Subsystem for Linux user run the following in your terminal, then follow the on-screen instructions to install Rust.
160160
tools-rustup-unknown = Rust runs on Windows, Linux, macOS, FreeBSD and NetBSD. If you are on one of these platforms and are seeing this then please report an issue with the following values:

templates/components/tools/rustup.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<pre><code class="db w-100">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</code></pre>
55
</div>
66
<div id="platform-instructions-win" class="instructions dn">
7-
<p>{{fluent "tools-rustup-windows"}}</p>
7+
<p>{{fluent "tools-rustup-windows-2"}}</p>
88
<div class="mw9 center ph3-ns">
99
<div class="cf ph2-ns">
1010
<div class="fl w-100 w-50-ns pa2">

0 commit comments

Comments
 (0)