1This example relies on:
2 - the GTK libraries (libgtk, libgdk), version 3.10 or later
3 - the glib libraries (libglib)
4
5Installation:
6 ./autogen.sh
7 ./configure --prefix=/some/prefix
8 make
9 make install
10Cleanup:
11 make distclean
12 ./autoclean.sh
13