INSTALL.txt
author unc0rr
Tue, 23 Jan 2007 21:24:18 +0000
changeset 360 ab6a94334d6d
parent 273 3cc5b4dd6770
permissions -rw-r--r--
- Two more templates - Fix clouds regression - Remove Delphi from the list of compilers - Set version to 0.9.0

To compile and install you need:
 - QT 4.2
 - FreePascal 1.9.4
 - SDL
 - SDL_net
 - SDL_mixer
 - SDL_image
 - SDL_ttf
 - CMake 2.4.0
 
To compile just type 
# cmake . 
or
# cmake -DCMAKE_CXX_FLAGS="flags" -DCMAKE_INSTALL_PREFIX="install prefix" -DDATA_INSTALL_DIR="data dir"
then
# make install

That's all! Enjoy!