diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 4 insertions, 15 deletions
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 <path to gobject-introspection> +./generate make install ``` ### GTK 4 ``` -./generate4 <path to gobject-introspection> +./generate4 make install4 ``` |