Changes between Version 53 and Version 54 of Installation
- Timestamp:
- 04/23/14 15:30:42 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v53 v54 60 60 When 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. 61 61 {{{ 62 curl -#O http://apps.man.poznan.pl/trac/muscle/downloads/MUSCLE-2. 0.1-sources.zip63 unzip MUSCLE-2. 0.1-sources.zip64 cd MUSCLE-2. 0.1/build62 curl -#O http://apps.man.poznan.pl/trac/muscle/downloads/MUSCLE-2.1.0-sources.zip 63 unzip MUSCLE-2.1.0-sources.zip 64 cd MUSCLE-2.1.0/build 65 65 66 66 sudo ./build.sh … … 83 83 muscle2 --version 84 84 }}} 85 86 85 == Advanced building options == 87 86