Changes between Version 12 and Version 13 of Installation

Show
Ignore:
Timestamp:
10/21/11 11:00:41 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v12 v13  
    3333#!div style="font-size: 90%" 
    3434{{{#!sh 
    35 $ ./build.rb --target=install 
     35$ ./build.rb install 
    3636}}} 
    3737}}} 
     
    117117}}} 
    118118 
    119 7. Compile MUSCLE (--target=default recompiles java and c++ stuff): 
     1197. Compile MUSCLE (by default build script recompiles java and c++ stuff): 
    120120{{{ 
    121121#!div style="font-size: 90%" 
    122122{{{#!sh 
    123123cd muscle-1.0.1 
    124 ./build.rb --target=default --prefix=/opt/muscle 
     124./build.rb 
    125125}}} 
    126126}}} 
    127127 
    128 8. See if the MUSCLE is working: 
     1288. Install MUSCLE to the destination: 
     129#!div style="font-size: 90%" 
     130{{{#!sh 
     131cd muscle-1.0.1 
     132./build.rb install --prefix=/opt/muscle 
     133}}} 
     134}}} 
     135 
     1369. See if the MUSCLE is working: 
    129137{{{ 
    130138#!div style="font-size: 90%"