Add Rosetta install command to build requirements (#4363)

This commit is contained in:
Tyler Veness
2022-08-18 19:58:43 -07:00
committed by GitHub
parent 3d2115c93e
commit 8d28851263

View File

@@ -56,6 +56,8 @@ Using Gradle makes building WPILib very straightforward. It only has a few depen
- Raspberry Pi toolchain (optional)
- Run `./gradlew installArm32Toolchain` after cloning this repository
On macOS ARM, run `softwareupdate --install-rosetta`. This is necessary to be able to use the macOS x86 roboRIO toolchain on ARM.
## Setup
Clone the WPILib repository and follow the instructions above for installing any required tooling.