Changes between Version 35 and Version 36 of Installation

Show
Ignore:
Timestamp:
04/10/13 14:24:27 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v35 v36  
    22 
    33The 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 
    45== Dependencies == 
    56 
    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. 
     7In 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. 
    118 
    129To 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. 
     
    4239=== Installation of dependencies on Mac OS X === 
    4340 
    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]]. 
     41Most 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{{{ 
     43brew install boost cmake 
     44}}} 
    4545 
    4646=== Remainder of the installation === 
     
    8181---- 
    8282 
     83The 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 
    8390For MUSCLE version 1.x installation, see [[MUSCLE1 Installation]]