From 300a7b8daab3464953e521a7f9973cb55d2d7d6d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 18 Dec 2024 19:29:44 +0100 Subject: [PATCH] hello-c-gnome3: Document build dependencies. * HACKING: Mention Gtk3 dependency. --- HACKING | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HACKING b/HACKING index b02003b77..4c602997a 100644 --- a/HACKING +++ b/HACKING @@ -320,6 +320,13 @@ are skipped. To this effect, you need to install also: If you want to exercise the sample programs in gettext-tools/examples/, you also need to install: + * The Gtk3 GUI toolkit library + + Homepage: https://www.gtk.org/ + + Pre-built package name: + - On Debian and Debian-based systems: libgtk-3-dev, + - On Red Hat distributions: gtk3-devel. + - Other: https://repology.org/project/gtk/versions + * The Qt GUI toolkit library + Homepage: https://www.qt.io/ + Pre-built package name: -- 2.47.3