[readme] Add instructions for installing SystemCore toolchain (#8182)

This commit is contained in:
Caitlin Cai
2025-09-20 11:24:05 -07:00
committed by GitHub
parent f701132392
commit 76ee08e0b4

View File

@@ -56,7 +56,9 @@ Using Gradle makes building WPILib very straightforward. It only has a few depen
- If the WPILib installer was used, this toolchain is already installed
- Raspberry Pi toolchain (optional)
- Run `./gradlew installArm32Toolchain` after cloning this repository
- SystemCore toolchain (required for SystemCore development)
- Run `./gradlew installSystemCoreToolchain` after cloning this repository
- If the WPILib installer was used, this toolchain is already installed
On macOS ARM, run `softwareupdate --install-rosetta`. This is necessary to be able to use the macOS x86 roboRIO toolchain on ARM.