Changeset 349 in pacpusframework for trunk/scripts/build-linux.sh
- Timestamp:
- Sep 23, 2015, 9:35:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/build-linux.sh
r348 r349 35 35 -DPACPUS_USE_LOG=TRUE -DCMAKE_BUILD_TYPE=Release \ 36 36 -DPACPUS_INSTALL_WITH_VERSION_NUMBER=TRUE 37 make 37 make -j4 38 38 sudo make install 39 39 cmake .. -DPACPUS_INSTALL_DIR=$1 -DPACPUS_INSTALL_3RD=TRUE \ 40 40 -DPACPUS_USE_LOG=TRUE -DCMAKE_BUILD_TYPE=Debug 41 41 -DPACPUS_INSTALL_WITH_VERSION_NUMBER=TRUE \ 42 make 42 make -j4 43 43 sudo make install 44 44 echo "Build finished"
Note:
See TracChangeset
for help on using the changeset viewer.