initial commit, lordsawar source, slightly modified
[lordsawar] / DEPENDENCIES
1 The configure script should check for all these libs, but nevertheless here is
2 a list of the dependencies.
3
4 Requirements:
5
6 - libgtkmm, libglibmm >= 2.4
7
8 - SDL >= 1.2.0   (used for sound)
9         to be found at http://www.libsdl.org
10
11 - SDL_mixer >= 1.2.6 (used for sound)
12     there should be a link on the sdl home page
13
14 - expat
15     an XML parser to be found under http://expat.sf.net.
16
17 - libtar >= 1.2.11
18     a library for managing tar files.  Found at: http://www.feep.net/libtar
19
20 - libsigc++ >= 2.0
21         to be found at http://libsigc.sf.net
22
23 - pkg-config
24     Should be distributed with the Linux distribution. Required for detecting
25     the libsigc++-package and -flags
26
27 - GNU gettext 
28     Should be distributed with the Linux distribution.
29
30 - Gnet Library libgnet >= 2.0
31
32
33 on Ubuntu 9.10, (Karmic Koala) you need the following packages:
34 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 libsdl1.2-dev libsdl-mixer1.2-dev libgnet-dev libboost-dev intltool cvs libtar-dev
35
36