Changes between Version 15 and Version 16 of Installation_old

Show
Ignore:
Timestamp:
07/27/11 12:34:32 (14 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation_old

    v15 v16  
    4747* '''src''' - This directory contains the MUSCLE source code. 
    4848* '''thirdparty''' - The MUSCLE will automatically load third-party libraries which are in this directory. 
     49 
     50== Installation example - Scientific Linux 5.6 == 
     511. 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 
     55wget http://apps.man.poznan.pl/trac/muscle/downloads/muscle-1.0.1.zip 
     56}}} 
     57}}} 
     58 
     592. Unpack the downloaded package: 
     60#!div style="font-size: 90%" 
     61{{{#!sh 
     62unzip muscle-1.0.1.zip 
     63}}} 
     64}}} 
     65 
     663.