Current File : //usr/local/apps/share/doc/gettext/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