equal
deleted
inserted
replaced
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: |