INSTALL
author unc0rr
Sat, 17 Mar 2007 18:17:19 +0000
changeset 498 9c8b385dc9a1
parent 497 adf1aee202c6
child 499 d948311b33a3
permissions -rw-r--r--
- Get rid of operator := to have GPC support - Perform some small optimizations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
273
3cc5b4dd6770 Add installation manual
unc0rr
parents:
diff changeset
     1
To compile and install you need:
470
86ca84d5da74 Update instructions
unc0rr
parents: 457
diff changeset
     2
 - QT >= 4.2
86ca84d5da74 Update instructions
unc0rr
parents: 457
diff changeset
     3
 - FreePascal >= 1.9.4
86ca84d5da74 Update instructions
unc0rr
parents: 457
diff changeset
     4
 - SDL >= 1.2.5
86ca84d5da74 Update instructions
unc0rr
parents: 457
diff changeset
     5
 - SDL_net >= 1.2.5
86ca84d5da74 Update instructions
unc0rr
parents: 457
diff changeset
     6
 - SDL_mixer >= 1.2
86ca84d5da74 Update instructions
unc0rr
parents: 457
diff changeset
     7
 - SDL_image >= 1.2
86ca84d5da74 Update instructions
unc0rr
parents: 457
diff changeset
     8
 - SDL_ttf >= 2.0
498
9c8b385dc9a1 - Get rid of operator := to have GPC support
unc0rr
parents: 497
diff changeset
     9
 - CMake >= 2.4.0
273
3cc5b4dd6770 Add installation manual
unc0rr
parents:
diff changeset
    10
 
470
86ca84d5da74 Update instructions
unc0rr
parents: 457
diff changeset
    11
1. Configure:
478
487cc99af415 users should compile and configure package under user account :)
displacer
parents: 470
diff changeset
    12
$ cmake . 
273
3cc5b4dd6770 Add installation manual
unc0rr
parents:
diff changeset
    13
or
478
487cc99af415 users should compile and configure package under user account :)
displacer
parents: 470
diff changeset
    14
$ cmake -DCMAKE_CXX_FLAGS="flags" -DCMAKE_INSTALL_PREFIX="install prefix" -DDATA_INSTALL_DIR="data dir"
470
86ca84d5da74 Update instructions
unc0rr
parents: 457
diff changeset
    15
86ca84d5da74 Update instructions
unc0rr
parents: 457
diff changeset
    16
2. Compile:
478
487cc99af415 users should compile and configure package under user account :)
displacer
parents: 470
diff changeset
    17
$ make
470
86ca84d5da74 Update instructions
unc0rr
parents: 457
diff changeset
    18
86ca84d5da74 Update instructions
unc0rr
parents: 457
diff changeset
    19
3. Install:
273
3cc5b4dd6770 Add installation manual
unc0rr
parents:
diff changeset
    20
# make install
3cc5b4dd6770 Add installation manual
unc0rr
parents:
diff changeset
    21
457
35cc5a6c0e45 Don't let text file to confuse a terminal
unc0rr
parents: 456
diff changeset
    22
That's all! Enjoy!