Changes between Version 19 and Version 20 of WikiStart
- Timestamp:
- 16/11/10 13:24:09 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v19 v20 89 89 {{{ 90 90 cd source 91 ./aimk -only-depend && scripts/zerodepend && ./aimk depend &&91 csh aimk -only-depend && scripts/zerodepend && ./aimk depend && 92 92 ./aimk -system-libs -no-gui-inst 93 93 }}} … … 95 95 {{{ 96 96 cd source 97 ./aimk -only-depend && scripts/zerodepend &&97 csh aimk -only-depend && scripts/zerodepend && 98 98 ./aimk -no-java -no-jni depend && 99 99 ./aimk -system-libs -no-gui-inst -no-java -no-jni 100 100 }}} 101 The explicit use of `csh` the first time allows `aimk` to set 102 necessary executable permissions, which will be missing if you pulled 103 with git or hg, or didn't use `--set-scripts-executable` with darcs. 104 101 105 For further information, see 102 106 [source:/sge/source/README.BUILD README.BUILD] and