author | displacer |
Sun, 20 Jan 2008 21:21:59 +0000 | |
changeset 739 | b6849ece8fee |
parent 680 | 8ef26c8e8aa7 |
child 1006 | 8a0ed701eafb |
permissions | -rw-r--r-- |
273 | 1 |
To compile and install you need: |
663 | 2 |
- Qt >= 4.2 |
470 | 3 |
- FreePascal >= 1.9.4 |
4 |
- SDL >= 1.2.5 |
|
5 |
- SDL_net >= 1.2.5 |
|
6 |
- SDL_mixer >= 1.2 |
|
7 |
- SDL_image >= 1.2 |
|
8 |
- SDL_ttf >= 2.0 |
|
499 | 9 |
- CMake >= 2.4.4 |
273 | 10 |
|
470 | 11 |
1. Configure: |
478
487cc99af415
users should compile and configure package under user account :)
displacer
parents:
470
diff
changeset
|
12 |
$ cmake . |
273 | 13 |
or |
680 | 14 |
$ cmake -DCMAKE_CXX_FLAGS="flags" -DCMAKE_INSTALL_PREFIX="install prefix" -DDATA_INSTALL_DIR="data dir" . |
470 | 15 |
|
16 |
2. Compile: |
|
478
487cc99af415
users should compile and configure package under user account :)
displacer
parents:
470
diff
changeset
|
17 |
$ make |
470 | 18 |
|
19 |
3. Install: |
|
273 | 20 |
# make install |
21 |
||
457 | 22 |
That's all! Enjoy! |