# HG changeset patch # User nemo # Date 1345330721 14400 # Node ID a79082c2a28e1d9bd74ceb026589b65b009cdaf4 # Parent 020c93746b0d8d2552266144e59c1ea708e325a4 koda changed the CMake flag w/o updating the wiki or INSTALL file :( diff -r 020c93746b0d -r a79082c2a28e INSTALL --- a/INSTALL Sat Aug 18 15:01:27 2012 -0400 +++ b/INSTALL Sat Aug 18 18:58:41 2012 -0400 @@ -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: