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

Requirements:

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

- libsoupmm >= 2.4
        found at http://git.gnome.org/browse/libsoupmm/tree/
        licensed under LGPL v2.1+

- libjson-glib  >= 0.12.0
        found at https://live.gnome.org/JsonGlib
        licensed under LGPL v2.1+.

- 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 libnotify-devel json-glib-devel gtkmm24-devel glibmm24-devel gcc-c++

libsoupmm must be installed manually.

building libsoupmm requires:
yum install autoconf automake libtool mm-common libsoup-devel git
