INSTALL
author unc0rr
Sat, 18 Aug 2007 12:05:29 +0000
changeset 573 e0cf483e68d6
parent 499 d948311b33a3
child 663 d1982b62d52a
permissions -rw-r--r--
- Highlight more undefined behavior of net protocol - Fix calling QList::operator[] with invalid index - Fix wrong 'HHNUM' message being sent to all clients along with 'CONFIG_PARAM HHNUM' message

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