From 49b4b064cf98c0e367f54ac8719779cc158eba3a Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Tue, 8 Apr 2025 07:11:15 -0700 Subject: [PATCH] [docs] Update readme to say Xcode is required (#7892) The command line tools are insufficient. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d65b0faa..565623105f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Using Gradle makes building WPILib very straightforward. It only has a few depen - 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`. Xcode 13 or later is required. + - On macOS 13.3 or newer, install Xcode 14 or later (the command-line build tools are insufficient). - ARM compiler toolchain - Run `./gradlew installRoboRioToolchain` after cloning this repository - If the WPILib installer was used, this toolchain is already installed