INSTALL
changeset 4309 a69c73c5d173
parent 4274 8292066cb45c
child 5053 a767954cfa03
equal deleted inserted replaced
4307:eb0f5c45e7ab 4309:a69c73c5d173
    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: