From f90882f4f3f5669485dcbe0d20b81a04676ca008 Mon Sep 17 00:00:00 2001 From: Chris Denton Date: Fri, 3 Jul 2020 08:33:45 +0100 Subject: [PATCH] Mention installing Windows VS C++ build tools Adds a sentence about the C++ build tools being a prerequisite on Windows. --- locales/en-US/tools.ftl | 2 +- templates/components/tools/rustup.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en-US/tools.ftl b/locales/en-US/tools.ftl index cd0a01384..38f07e3f8 100644 --- a/locales/en-US/tools.ftl +++ b/locales/en-US/tools.ftl @@ -154,7 +154,7 @@ install-other-methods-link = Learn more ## components/tools/rustup.hbs 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 "Other Installation Methods" if you are on Windows. -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 "Other Installation Methods" if you are not on Windows. +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 Visual Studio C++ Build tools when prompted to do so. If you are not on Windows see "Other Installation Methods". tools-rustup-wsl-heading = Windows Subsystem for Linux 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. 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: diff --git a/templates/components/tools/rustup.hbs b/templates/components/tools/rustup.hbs index a55a3f37b..abac3b140 100644 --- a/templates/components/tools/rustup.hbs +++ b/templates/components/tools/rustup.hbs @@ -4,7 +4,7 @@
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-

{{fluent "tools-rustup-windows"}}

+

{{fluent "tools-rustup-windows-2"}}