From c137ce659bd2449c430c0a5ac7f932f2286c250c Mon Sep 17 00:00:00 2001 From: Alexey Yerin Date: Wed, 4 Oct 2023 21:01:43 +0300 Subject: Remove manual gobject-introspection build gobject-introspection-dev or similar package provides those files. --- README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 559c6cf..e59fc47 100644 --- a/README.md +++ b/README.md @@ -6,29 +6,18 @@ GTK family of libraries (GTK+, GDK, Pango, etc). Dependencies: * An up-to-date [Hare] toolchain * [hare-fastxml] -* Development files for the desired GTK version and its dependencies. Make sure -`/usr/share/gir-1.0` is included. - -A few core libraries do not ship GIR XML files by default. They can be obtained -from gobject-introspection: - -``` -git clone https://gitlab.gnome.org/GNOME/gobject-introspection.git -meson setup build/ -ninja -C build/ - -# The path where this is downloaded will be used later -``` +* Development files for GObject-Introspection, the desired GTK version and its +dependencies. Make sure `/usr/share/gir-1.0` is included. ### GTK 3 ``` -./generate +./generate make install ``` ### GTK 4 ``` -./generate4 +./generate4 make install4 ``` -- cgit 1.3.0-6-gf8a5