Changes between Version 35 and Version 36 of Installation
- Timestamp:
- 04/10/13 14:24:27 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v35 v36 2 2 3 3 The recent bundle of MUSCLE can be downloaded from the [[http://apps.man.poznan.pl/trac/muscle/downloads|Downloads section]]. The bundled package contains the source code, documentation and precompiled Java archives (jar). We maintain a [[Clusters|list of clusters]] where MUSCLE is already deployed. 4 4 5 == Dependencies == 5 6 6 The core functionality of the MUSCLE is written in Java. To be able to integrate native code with the MUSCLE, there is also a native part which is written in C++. Bootstrapping and platform independent configuration is done with a flexible setup mechanism written in Ruby. 7 8 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. 9 10 For the command-line interface [[http://www.ruby-lang.org/|Ruby]] is needed. 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. 11 8 12 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. … … 42 39 === Installation of dependencies on Mac OS X === 43 40 44 Most dependencies are installed when installing Xcode. In [[http://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12|Xcode 4]], the command-line tools are installed by opening Preferences -> Downloads and pressing Install for "Command-line tools". For Boost and CMake, download the packages on their website or use an installation manager like [[http://mxcl.github.com/homebrew/|HomeBrew]] or [[http://www.macports.org/|MacPorts]]. 41 Most dependencies are installed when installing Xcode. In [[http://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12|Xcode 4]], the command-line tools are installed by opening Preferences -> Downloads and pressing Install for "Command-line tools". For Boost and CMake, download the packages on their website or use an installation manager like [[http://mxcl.github.com/homebrew/|HomeBrew]] or [[http://www.macports.org/|MacPorts]]. With HomeBrew, you can run 42 {{{ 43 brew install boost cmake 44 }}} 45 45 46 46 === Remainder of the installation === … … 81 81 ---- 82 82 83 The offered version of MUSCLE 2 in extends and improves the [[http://muscle.berlios.de/|package]] provided by Jan Hegewald, notably it has: 84 * improved the installation procedure (some dependencies are already included in the bundle), 85 * updated API 86 * increased performance 87 * decreased complexity 88 * implemented a port range traversing technique for cross-cluster execution. 89 83 90 For MUSCLE version 1.x installation, see [[MUSCLE1 Installation]]