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

Requirements:

- libgtkmm, libglibmm, libglademm == 2.4

- SDL >= 1.2.0	
	to be found at http://www.libsdl.org

- SDL_image >= 1.2.0
    there should be a link on the sdl home page

- SDL_mixer >= 1.2.6
    there should be a link on the sdl home page

- expat
    an XML parser to be found under http://expat.sf.net, also comes with the
    paragui source distribution (enable with configure --enable-internal-expat)

- 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.

Optional requirements (for now):

- ggz-client-libs : FL needs the 'ggzmod'  library, and the 'ggz-config' tool
- ggz-server      : FL needs the 'ggzdmod' library, and the server config path
- libggz          : FL needs the 'libggz'  library by itself
    


on ubuntu gutsy gibbon, you need the following packages:
sudo apt-get install automake autoconf  libtool gnu-standards m4 autotools-dev g++ libsigc++-2.0-dev libglibmm-2.4-dev libgtkmm-2.4-dev gettext cvs subversion libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libglademm-2.4-dev


