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

Packit Bot 06c835
This example relies on:
Packit Bot 06c835
  - the GNOME libraries (libgnomeui, libgnome, libgnomesupport, libart_lgpl)
Packit Bot 06c835
    and their dependencies: imlib (libgdk_imlib), audiofile (libaudiofile),
Packit Bot 06c835
    esound (libesd), zlib (libz).
Packit Bot 06c835
  - the GTK libraries (libgtk, libgdk)
Packit Bot 06c835
  - the glib libraries (libglib, libgmodule)
Packit Bot 06c835
  - the X11 libraries
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