INSTALL
author unc0rr
Wed, 21 Feb 2007 19:18:05 +0000
changeset 470 86ca84d5da74
parent 457 35cc5a6c0e45
child 478 487cc99af415
permissions -rw-r--r--
Update instructions

To compile and install you need:
 - QT >= 4.2
 - FreePascal >= 1.9.4
 - SDL >= 1.2.5
 - SDL_net >= 1.2.5
 - SDL_mixer >= 1.2
 - SDL_image >= 1.2
 - SDL_ttf >= 2.0
 - CMake >= 2.4.0
 
1. Configure:
# cmake . 
or
# cmake -DCMAKE_CXX_FLAGS="flags" -DCMAKE_INSTALL_PREFIX="install prefix" -DDATA_INSTALL_DIR="data dir"

2. Compile:
# make

3. Install:
# make install

That's all! Enjoy!