Dependencies ============ Required Build Dependencies cmake http://cmake.org/ make http://www.gnu.org/software/make/ gcc http://gcc.gnu.org/ glib http://gtk.org/ gnet http://gnetlibrary.org/ Optional Build Dependencies doxygen http://doxygen.org/ graphviz http://www.graphviz.org/ Required Runtime Dependencies glib http://gtk.org/ gnet http://gnetlibrary.org/ Compiling from source ===================== Configure $ cmake -D CMAKE_INSTALL_PREFIX=/usr . Compile $ make Generate HTML Documentation (optional) $ make doc Run Unit Tests $ make test Install # make install