Changes between Version 36 and Version 37 of Installation
- Timestamp:
- 04/10/13 14:27:14 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v36 v37 5 5 == Dependencies == 6 6 7 In order to use the MUSCLE, you need a recent Java runtime, either [[http://www.java.com/en/download/index.jsp|Oracle-Java]] or [[http://openjdk.java.net/|Open-JDK]]. Java third-party dependencies are already provided in the bundle and do not need to be independently installed. For the command-line interface [[http://www.ruby-lang.org/|Ruby]] is needed.7 In order to use the MUSCLE, you need 8 8 9 To compile and install MUSCLE, use the [[http://www.cmake.org/|CMake]] package. For the MUSCLE Transport Overlay, to communicate between different clusters,[[http://www.boost.org/|Boost]] is needed. 9 * a recent Java runtime, either [[http://www.java.com/en/download/index.jsp|Oracle-Java]] or [[http://openjdk.java.net/|Open-JDK]]. 10 * [[http://www.ruby-lang.org/|Ruby]] 11 * The [[http://www.cmake.org/|CMake]] build system. 12 13 For the MUSCLE Transport Overlay, to communicate between different clusters, 14 * [[http://www.boost.org/|Boost]]. 10 15 11 16 === Installation of dependencies on a Debian flavored Linux ===