# HG changeset patch # User unc0rr # Date 1164451434 0 # Node ID 3cc5b4dd6770cf1615cced982f82ddb00c67af19 # Parent bf5240469cd18d6216227f311e70b95ae3a1f8d0 Add installation manual diff -r bf5240469cd1 -r 3cc5b4dd6770 INSTALL.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/INSTALL.txt Sat Nov 25 10:43:54 2006 +0000 @@ -0,0 +1,18 @@ +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! \ No newline at end of file