Changes between Version 12 and Version 13 of Installation
- Timestamp:
- 10/21/11 11:00:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v12 v13 33 33 #!div style="font-size: 90%" 34 34 {{{#!sh 35 $ ./build.rb --target=install35 $ ./build.rb install 36 36 }}} 37 37 }}} … … 117 117 }}} 118 118 119 7. Compile MUSCLE ( --target=default recompiles java and c++ stuff):119 7. Compile MUSCLE (by default build script recompiles java and c++ stuff): 120 120 {{{ 121 121 #!div style="font-size: 90%" 122 122 {{{#!sh 123 123 cd muscle-1.0.1 124 ./build.rb --target=default --prefix=/opt/muscle124 ./build.rb 125 125 }}} 126 126 }}} 127 127 128 8. See if the MUSCLE is working: 128 8. Install MUSCLE to the destination: 129 #!div style="font-size: 90%" 130 {{{#!sh 131 cd muscle-1.0.1 132 ./build.rb install --prefix=/opt/muscle 133 }}} 134 }}} 135 136 9. See if the MUSCLE is working: 129 137 {{{ 130 138 #!div style="font-size: 90%"