From dcf618924609a5d776678f2c0fbd792c981777b1 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:06:22 -0500 Subject: [PATCH] Remove GCC version requirement from README Removed note about GCC version requirement for building. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e04138ca3..48a73bedc 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,6 @@ docker run -it -v $(pwd):/workspaces/4jcraft -w /workspaces/4jcraft 4jcraft-dev This project uses the [Meson](https://mesonbuild.com/) build system (with [Ninja](https://ninja-build.org/)). -> [!IMPORTANT] -> If you are using GCC, then GCC 15 or newer is currently *required* to build this project. Ubuntu installations in particular may have older versions preinstalled, so verify your compiler version with `gcc --version`. - #### Install Tooling Follow [this Quickstart guide](https://mesonbuild.com/Quick-guide.html) for installing or building Meson and Ninja on your respective distro.