The configure script should check for all these libs, but nevertheless here is
a list of the dependencies.

Requirements:

- libgtkmm >= 3.0
        c++ bindings to standard gnome libraries.
        licensed under LGPL v2.1+

- libglibmm, giomm >= 2.4 (2.18.2)
        c++ bindings to standard gnome libraries.
        licensed under LGPL v2.1+

- curlpp 
        found at https://code.google.com/p/curlpp/
        licensed under MIT License.

- libsigc++ >= 2.0
	found at http://libsigc.sf.net
        licensed under LGPL v2+.

- libnotify >= 0.2.2
        found at http://git.gnome.org/browse/libnotify/tree/
        licensed under LGPL v2+.

on fedora this command will satisfy the dependencies to build the tarball:
yum install curlpp-devel libnotify-devel gtkmm30-devel glibmm24-devel gcc-c++
