From a5a56dd067ceffa14fb59ae3e6edfbdad4ed10d9 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Sun, 5 Dec 2021 14:27:37 -0800 Subject: [PATCH] Readme: Add Visual Studio 2022 (#3760) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ddac77284..0fb5c4d0c7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Using Gradle makes building WPILib very straightforward. It only has a few depen - On macOS, install the JDK 11 .pkg from the link above - C++ compiler - On Linux, install GCC 8 or greater - - On Windows, install [Visual Studio Community 2019](https://visualstudio.microsoft.com/vs/community/) and select the C++ programming language during installation (Gradle can't use the build tools for Visual Studio 2019) + - On Windows, install [Visual Studio Community 2022 or 2019](https://visualstudio.microsoft.com/vs/community/) and select the C++ programming language during installation (Gradle can't use the build tools for Visual Studio) - On macOS, install the Xcode command-line build tools via `xcode-select --install` - ARM compiler toolchain - Run `./gradlew installRoboRioToolchain` after cloning this repository