Changes between Version 53 and Version 54 of Installation

Show
Ignore:
Timestamp:
04/23/14 15:30:42 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v53 v54  
    6060When the dependencies are in place, you are ready to build and install MUSCLE.  Download the muscle bundle from [[http://apps.man.poznan.pl/trac/muscle/downloads|Downloads section]], or from the command-line. Then unzip the folder, go to the build directory inside and run the {{{build.sh}}} command. 
    6161{{{ 
    62 curl -#O http://apps.man.poznan.pl/trac/muscle/downloads/MUSCLE-2.0.1-sources.zip 
    63 unzip MUSCLE-2.0.1-sources.zip 
    64 cd MUSCLE-2.0.1/build 
     62curl -#O http://apps.man.poznan.pl/trac/muscle/downloads/MUSCLE-2.1.0-sources.zip 
     63unzip MUSCLE-2.1.0-sources.zip 
     64cd MUSCLE-2.1.0/build 
    6565 
    6666sudo ./build.sh 
     
    8383muscle2 --version 
    8484}}} 
    85  
    8685== Advanced building options == 
    8786