Changeset 8 in pacpustutorials
- Timestamp:
- Sep 25, 2015, 12:32:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
template/project_template/build/build_linux.sh
r1 r8 7 7 else 8 8 9 # the following line will create a folder like: build_opt_pacpus_0.2.0_ 9 10 BUILD_DIR=./build${PACPUS_ROOT////_} 10 11 echo Your files will be built in: $BUILD_DIR … … 28 29 29 30 make -j$J 30 sudomake install31 make install 31 32 32 33 fi
Note:
See TracChangeset
for help on using the changeset viewer.