Merge pull request #262 from 4jcraft/tropicaaal-patch-1

Remove GCC version requirement from README
This commit is contained in:
Leah Anderson 2026-03-16 08:08:36 -06:00 committed by GitHub
commit 5cc4a41c30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.