Skip to content

Commit

Permalink
[readme] Update build requirements (NFC) (wpilibsuite#4947)
Browse files Browse the repository at this point in the history
Change to adoptium, and add Xcode min version
  • Loading branch information
sciencewhiz authored and Starlight220 committed Mar 2, 2023
1 parent ad1c12c commit 6e557c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -40,15 +40,15 @@ Using Gradle makes building WPILib very straightforward. It only has a few depen

## Requirements

- [JDK 11](https://adoptopenjdk.net/)
- [JDK 11](https://adoptium.net/temurin/releases/?version=11)
- 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 11 or greater
- On Windows, install [Visual Studio Community 2022](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`
- On macOS, install the Xcode command-line build tools via `xcode-select --install`. Xcode 13 or later is required.
- ARM compiler toolchain
- Run `./gradlew installRoboRioToolchain` after cloning this repository
- If the WPILib installer was used, this toolchain is already installed
Expand Down

0 comments on commit 6e557c6

Please sign in to comment.