Changes between Version 46 and Version 47 of Installation_old

Show
Ignore:
Timestamp:
07/28/11 15:05:12 (14 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation_old

    v46 v47  
    1010A Ruby installation can be downloaded from: [[http://www.ruby-lang.org/en/downloads/]]. The MUSCLE does currently not work with Ruby 1.9.1 or newer. 
    1111== General Instructions == 
    12 If the dependencies are in place, you are ready to use the MUSCLE. In general no compilation required! 
    13 Extract the download, e. g. 
     12If the dependencies are in place, you are ready to use MUSCLE. In general no compilation is required! 
     13Extract the download, e.g. 
    1414{{{ 
    1515#!div style="font-size: 90%" 
     
    1818}}} 
    1919}}} 
    20 Change your working directory to the the MUSCLE directory (e. g.) 
     20Change your working directory to the the MUSCLE directory: 
    2121{{{ 
    2222#!div style="font-size: 90%" 
     
    2525}}} 
    2626}}} 
    27 See if the MUSCLE is working correctly 
     27See if MUSCLE is working correctly: 
    2828{{{ 
    2929#!div style="font-size: 90%" 
     
    3333}}} 
    3434 
    35 In case you plan to use the MUSCLE with native code, you will have to compile the native library part of the MUSCLE using a C++ compiler (such as g++). The build script belonging to the MUSCLE also has a target to build the native libraries. This requires a C++ compiler and CMake (http://www.cmake.org/) to be available. You can also use your favourite IDE/build system instead. 
     35In case you plan to use MUSCLE with native code, you will have to compile the native library part of MUSCLE using a C++ compiler (such as g++). The build script belonging to MUSCLE also has a target to build the native libraries. This requires a C++ compiler and CMake (http://www.cmake.org/) to be available. You can also use your favourite IDE/build system instead. 
    3636 
    3737== What’s in the bundle? ==