From 24cf5b6df88dab0539a4f75e00be27ffdec08153 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 28 Jul 2024 17:47:47 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5841e0a8ec..31ffa13d80 100644 --- a/README.md +++ b/README.md @@ -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)