Changes between Version 32 and Version 33 of Installation
- Timestamp:
- 12/04/12 10:33:42 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v32 v33 62 62 }}} 63 63 64 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]], e.g.64 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, e.g., 65 65 {{{ 66 curl -#O http://apps.man.poznan.pl/trac/muscle/downloads/ muscle-2.0-RC1.zip66 curl -#O http://apps.man.poznan.pl/trac/muscle/downloads/MUSCLE-2.0.0rc2-sources.zip 67 67 }}} 68 68 69 Extract the download, e.g. 69 Extract the download, e.g., 70 70 {{{ 71 unzip muscle-2.0-RC1.zip71 unzip MUSCLE-2.0.0rc2-sources.zip 72 72 }}} 73 73 Change your working directory to the the MUSCLE directory: 74 74 {{{ 75 cd muscle-2.0-RC1/build75 cd MUSCLE-2.0.0rc2-sources/build 76 76 }}} 77 77 Invoke MUSCLE build script with installation; this installs MUSCLE in /opt/muscle. For another location, add this as the first argument. … … 89 89 }}} 90 90 should always be run before executing MUSCLE. It can help to put this command in {{{~/.bashrc}}} so that it runs at login. 91 92 91 == Further reading == 93 92 For more information how to use MUSCLE see the [[Documentation]] and [[Tutorials]] sections.