mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-17 04:22:53 +00:00
docs: add instructions for checking GCC version
This commit is contained in:
parent
1a8a969ef8
commit
09721f8c91
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue