From 129be23c9ec8c8ed4250f3a7763da0f3e0e67525 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Mon, 23 Nov 2020 19:45:14 -0800 Subject: [PATCH] Clarify JDK installation instructions in readme (#2882) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c52e325d97..51eb2dba38 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ Using Gradle makes building WPILib very straightforward. It only has a few depen ## Requirements - [JDK 11](https://adoptopenjdk.net/) + - Note that the JRE is insufficient; the full JDK is required + - On Ubuntu, run `sudo apt install openjdk-11-jdk` + - On Windows, install the JDK 11 .msi from the link above + - On macOS, install the JDK 11 .pkg from the link above - C++ compiler - On Linux, install GCC - 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)