(root)/
gettext-0.22.4/
gettext-tools/
examples/
hello-c-gnome3/
INSTALL
This example relies on:
  - the GTK libraries (libgtk, libgdk), version 3.10 or later
  - the glib libraries (libglib)

Installation:
  ./autogen.sh
  ./configure --prefix=/some/prefix
  make
  make install
Cleanup:
  make distclean
  ./autoclean.sh