Changes between Version 15 and Version 16 of Installation_old
- Timestamp:
- 07/27/11 12:34:32 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation_old
v15 v16 47 47 * '''src''' - This directory contains the MUSCLE source code. 48 48 * '''thirdparty''' - The MUSCLE will automatically load third-party libraries which are in this directory. 49 50 == Installation example - Scientific Linux 5.6 == 51 1. Download the muscle bundle from [[http://apps.man.poznan.pl/trac/muscle/downloads|Downloads section]], e.g. 52 {{{ 53 #!div style="font-size: 90%" 54 {{{#!sh 55 wget http://apps.man.poznan.pl/trac/muscle/downloads/muscle-1.0.1.zip 56 }}} 57 }}} 58 59 2. Unpack the downloaded package: 60 #!div style="font-size: 90%" 61 {{{#!sh 62 unzip muscle-1.0.1.zip 63 }}} 64 }}} 65 66 3.