INSTALL
changeset 7562 a79082c2a28e
parent 5053 a767954cfa03
child 7954 a5f0a6d46c52
equal deleted inserted replaced
7559:020c93746b0d 7562:a79082c2a28e
    16 
    16 
    17 1. Configure:
    17 1. Configure:
    18 $ cmake .
    18 $ cmake .
    19 or
    19 or
    20 $ cmake -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="install_prefix" \
    20 $ cmake -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="install_prefix" \
    21 -DDATA_INSTALL_DIR="data_dir" .
    21 -DDATA_INSTALL_DIR="data_dir" -DNOSERVER=1 .
    22 
    22 
    23 add -DWITH_SERVER=1 to compile net server; if you have Qt installed but it is
    23 add -DNOSERVER=0 to compile net server; if you have Qt installed but it is
    24 not found you can set it up with -DQT_QMAKE_EXECUTABLE="path_to_qmake"
    24 not found you can set it up with -DQT_QMAKE_EXECUTABLE="path_to_qmake"
    25 
    25 
    26 2. Compile:
    26 2. Compile:
    27 $ make
    27 $ make
    28 
    28