From 2ca5e1c8d64c659e56b430ae4f87a2645fa3c519 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sun, 25 Oct 2020 10:44:25 -0700 Subject: [PATCH] Update requirements in README to include full VS install and JDK (#2808) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 099ac281e0..836924fcd7 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,10 @@ Using Gradle makes building WPILib very straightforward. It only has a few depen ## Requirements +- [JDK 11](https://adoptopenjdk.net/) - C++ compiler - On Linux, install GCC - - On Windows, install the [build tools for Visual Studio 2019](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019), or install [Visual Studio Community 2019](https://visualstudio.microsoft.com/vs/community/) and select the C++ programming language during installation + - 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 macOS, install the Xcode command-line build tools via `xcode-select --install` - [ARM compiler toolchain](https://github.com/wpilibsuite/roborio-toolchain/releases) - For 2020 and beyond, use GCC version 7 or greater