From b43af82f66bd0c9f88b133d93021d91ad9ac9389 Mon Sep 17 00:00:00 2001 From: Chris Denton Date: Tue, 17 May 2022 19:38:05 +0100 Subject: [PATCH] Link to instructions on installing Visual Studio --- locales/en-US/tools.ftl | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/locales/en-US/tools.ftl b/locales/en-US/tools.ftl index bbfd55f5..cab259a9 100644 --- a/locales/en-US/tools.ftl +++ b/locales/en-US/tools.ftl @@ -136,16 +136,10 @@ install-notes-path-description = install-notes-windows-heading = Windows considerations install-notes-windows-description =

- 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 - - Microsoft Visual C++ Build Tools 2019 - - which provides just the Visual C++ build tools. Alternately, you - can install - 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 + + Installing rustup on Windows

For further information about configuring Rust on Windows see the