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

Requirements:

- libgtkmm >= 3.0

- libglibmm >= 2.4

- gstreamermm >= 0.10 	 (used for sound)
        to be found at: https://git.gnome.org/browse/gstreamermm

- libxml++ >= 2.6
        an XML parser to be found at: http://libxmlplusplus.sourceforge.net

- libarchive >= 0.28
    a library for managing tar files.  Found at: http:/www.libarchive.org

- libsigc++ >= 2.0
	to be found at http://libsigc.sf.net

- pkg-config
    Should be distributed with the Linux distribution. Required for detecting
    the libsigc++-package and -flags

- GNU gettext 
    Should be distributed with the Linux distribution.


on Ubuntu you need the following packages:
sudo apt-get install automake autoconf libtool m4 autotools-dev g++ libsigc++-2.0-dev libglibmm-2.4-dev libgtkmm-2.4-dev gettext subversion gstreamermm-0.10-deev intltool cvs libarchive-dev libxml++2-6-dev

on Fedora you need the following packages:
yum install libglademm24-devel gtkmm24-devel gettext desktop-file-utils gstreamermm-0.10-devel libxml++-devel libsigc++20-devel libtiff-devel libvorbis-devel libjpeg-devel intltool automake autoconf m4 subversion cvs libarchive-devel glade3

on OpenSUSE:
autoconf gettext-tools intltool automake libtool glimbmm2-devel gtkmm2-devel gstreamermm-0.10-devel libxml++-devel libsigc++2-devel pkg-config make gcc-c++ libarchive-devel
(Several other rpms are needed, but these others will automatically be present in any normal workstation build, or will automatically be pulled in by rpm dependenices for the packages listed here).

Please report changes in these package installation commands if they fail to work for.  Send your mail to bing@nym.hush.com.
