Changes between Version 46 and Version 47 of Installation_old
- Timestamp:
- 07/28/11 15:05:12 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation_old
v46 v47 10 10 A 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. 11 11 == General Instructions == 12 If the dependencies are in place, you are ready to use the MUSCLE. In general no compilationrequired!13 Extract the download, e. 12 If the dependencies are in place, you are ready to use MUSCLE. In general no compilation is required! 13 Extract the download, e.g. 14 14 {{{ 15 15 #!div style="font-size: 90%" … … 18 18 }}} 19 19 }}} 20 Change your working directory to the the MUSCLE directory (e. g.)20 Change your working directory to the the MUSCLE directory: 21 21 {{{ 22 22 #!div style="font-size: 90%" … … 25 25 }}} 26 26 }}} 27 See if the MUSCLE is working correctly27 See if MUSCLE is working correctly: 28 28 {{{ 29 29 #!div style="font-size: 90%" … … 33 33 }}} 34 34 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 theMUSCLE 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.35 In 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. 36 36 37 37 == What’s in the bundle? ==