diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-07 11:40:36 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-07 11:40:36 +0000 |
| commit | 071d69dab7efdc7249d9f9a679bdf63da9861ea7 (patch) | |
| tree | 2ce2346537127cd58f1844b68b839e07c8ae18cb /README | |
| parent | 64dccd7c3eb58943f76ed54d3926d58b2ae63fed (diff) | |
- update config.h (tohle to chce faakt zautomatizovat)
- uprava tabu v ebuildu (finalni)
- uprava README (vysvetleni jabka a PREFIX)
- predelano -DDist=1 tak ze by melo fungovat (vyzkousejte a kdyztak zkusime opravit)
git-svn-id: http://opensvn.csie.org/tuxanci_ng@116 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -75,10 +75,18 @@ HOWTO COMPILE ----- Option -DNO_AUDIO=1 says we want no audio support for client so change if you want so. + Server and client can be both on same computer they use different folders. + Cleaning data from previous compilation "$ make clean". + On Apple use please -DApple=1 variable for cmake. + + If you want another prefix than /usr/local/, you can achieve this by + adding -DPREFIX=\\\"/usr/games/\\\" and + -DCMAKE_INSTALL_PREFIX:PATH=/usr/games. Change /usr/games/ to path you + intend to use. GAME USAGE ========== |