docs: add instructions for checking GCC version

This commit is contained in:
Tropical 2026-03-06 01:29:03 -06:00
parent 1a8a969ef8
commit 09721f8c91

View file

@ -46,7 +46,7 @@ If you are on wayland, swap glfw-x11 to glfw-wayland, but its doesn't matter cuz
### Configure & Build
> [!IMPORTANT]
> GCC 15 or newer is currently *required* to build this project. Ubuntu installations in particular may have older versions of `gcc` preinstalled.
> 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`.
This project uses the [Meson](https://mesonbuild.com/) build system.