INSTALL.txt
author displacer
Thu, 18 Jan 2007 19:59:04 +0000
changeset 349 5b37d6a39829
parent 273 3cc5b4dd6770
permissions -rw-r--r--
disable widgets if we are slave network client

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!