Blob Blame History Raw
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