INSTALL
changeset 7613 ce6ead3327b2
parent 7562 a79082c2a28e
child 7954 a5f0a6d46c52
--- a/INSTALL	Thu Aug 23 19:47:38 2012 +0200
+++ b/INSTALL	Mon Aug 27 17:40:16 2012 +0200
@@ -18,9 +18,9 @@
 $ cmake .
 or
 $ cmake -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="install_prefix" \
--DDATA_INSTALL_DIR="data_dir" .
+-DDATA_INSTALL_DIR="data_dir" -DNOSERVER=1 .
 
-add -DWITH_SERVER=1 to compile net server; if you have Qt installed but it is
+add -DNOSERVER=0 to compile net server; if you have Qt installed but it is
 not found you can set it up with -DQT_QMAKE_EXECUTABLE="path_to_qmake"
 
 2. Compile: