From 8e8c657e124762104e87c10773f3e585c957201d Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:12:55 -0500 Subject: [PATCH] Remove gfortran mention in README (#8398) Accidentally dropped in merge commit ed7982563bfeb09ffdcb128284a77eb587629d5c due to 3b7d0e7bf5423a667b9657c91b06d92d9660d9fb also modifying adjacent lines. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index abfcc6dec6..808e0b3e22 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,6 @@ Using Gradle makes building WPILib very straightforward. It only has a few depen On macOS ARM, run `softwareupdate --install-rosetta`. This is necessary to be able to use the macOS x86 roboRIO toolchain on ARM. -On linux, run `sudo apt install gfortran`. This is necessary to be able to build WPIcal on linux platforms. - On linux, run `sudo apt install libx11-dev libgl-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev` to be able to build things depending on glfw. ## Setup