Blame gettext-tools/examples/hello-c-gnome3/INSTALL

Packit Bot 06c835
This example relies on:
Packit Bot 06c835
  - the GTK libraries (libgtk, libgdk), version 3.10 or later
Packit Bot 06c835
  - the glib libraries (libglib)
Packit Bot 06c835
Packit Bot 06c835
Installation:
Packit Bot 06c835
  ./autogen.sh
Packit Bot 06c835
  ./configure --prefix=/some/prefix
Packit Bot 06c835
  make
Packit Bot 06c835
  make install
Packit Bot 06c835
Cleanup:
Packit Bot 06c835
  make distclean
Packit Bot 06c835
  ./autoclean.sh