From 76ee08e0b4e743efbf9adf014ef3b51a934fd2a3 Mon Sep 17 00:00:00 2001 From: Caitlin Cai <145223404+caitlincai@users.noreply.github.com> Date: Sat, 20 Sep 2025 11:24:05 -0700 Subject: [PATCH] [readme] Add instructions for installing SystemCore toolchain (#8182) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd372eea9c..58ffb7fb6d 100644 --- a/README.md +++ b/README.md @@ -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.