summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-16 21:44:30 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-16 21:44:30 +0000
commit06bd9fe95283e918c8a7e4d2463c6d4a4be6df87 (patch)
tree91c0ff1464275b327480436424d894919d5acaa0
parent83660ebd468754d59c75f6ce0f694d4f3ccce9c8 (diff)
- uprava readme aby reflektoval stav veci...
git-svn-id: http://opensvn.csie.org/tuxanci_ng@203 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 7dcb6a2..19ed75a 100644
--- a/README
+++ b/README
@@ -59,12 +59,12 @@ HOWTO COMPILE
(all commands are supposed to be written in tuxanci sources directory)
Building Client
---------------
- $ cmake . -DNO_Audio=1
+ $ cmake . -DNO_Audio=1 -DCMAKE_INSTALL_PREFIX=/usr/local/
$ make
# make install
Building Server
--------------
- $ cmake . -DServer=1
+ $ cmake . -DServer=1 -DCMAKE_INSTALL_PREFIX=/usr/local/
$ make
# make install
Removing current install
@@ -92,8 +92,7 @@ HOWTO COMPILE
On Apple use please -DApple=1 variable for cmake.
If you want another prefix than /usr/local/, you can achieve this by
- adding "-DCMAKE_INSTALL_PREFIX=/what/ever/you/want" Change /usr/games/
- to path you want to use.
+ adding "-DCMAKE_INSTALL_PREFIX=/what/ever/you/want" as cmake argument.
GAME USAGE
==========