INSTALL
branch0.9.14
changeset 4274 8292066cb45c
parent 3322 80afcb97eb46
child 5053 a767954cfa03
equal deleted inserted replaced
4271:3fa9eb4d25b9 4274:8292066cb45c
    21 
    21 
    22 add -DWITH_SERVER=1 to compile net server; to create a relocatable bundle under Mac OS X you can do
    22 add -DWITH_SERVER=1 to compile net server; to create a relocatable bundle under Mac OS X you can do
    23 
    23 
    24 $ cmake -DCMAKE_BUILD_TYPE="Release" -DBUNDLE=1 .
    24 $ cmake -DCMAKE_BUILD_TYPE="Release" -DBUNDLE=1 .
    25 
    25 
    26 if you have QT installed but it is not found you can set it up with -DQT_QMAKE_EXECUTABLE="path_to_qmake"
    26 if you have Qt installed but it is not found you can set it up with -DQT_QMAKE_EXECUTABLE="path_to_qmake"
    27 
    27 
    28 2. Compile:
    28 2. Compile:
    29 $ make
    29 $ make
    30 
    30 
    31 3. Install:
    31 3. Install: