From 06bd9fe95283e918c8a7e4d2463c6d4a4be6df87 Mon Sep 17 00:00:00 2001 From: scarab Date: Sat, 16 Aug 2008 21:44:30 +0000 Subject: - uprava readme aby reflektoval stav veci... git-svn-id: http://opensvn.csie.org/tuxanci_ng@203 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- README | 7 +++---- 1 file 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 ========== -- cgit v1.2.3