mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
README: Officially require C11, matching GLib 2.81.x
Previously GTK required a C99 compiler, but as discussed on GNOME/gtk!7510 there's at least one anonymous union in public API (in `GskPathPoint`), and that's a C11 feature. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
76c1ea0449
commit
24cf5b6df8
@ -53,7 +53,7 @@ Building and installing
|
||||
|
||||
In order to build GTK you will need:
|
||||
|
||||
- [a C99 compatible compiler](https://gitlab.gnome.org/GNOME/glib/-/blob/main/docs/toolchain-requirements.md)
|
||||
- [a C11 compatible compiler](https://gitlab.gnome.org/GNOME/glib/-/blob/main/docs/toolchain-requirements.md)
|
||||
- [Python 3](https://www.python.org/)
|
||||
- [Meson](http://mesonbuild.com)
|
||||
- [Ninja](https://ninja-build.org)
|
||||
|
Loading…
Reference in New Issue
Block a user