Changes between Version 37 and Version 38 of Installation

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v37 v38  
    77In order to use the MUSCLE, you need 
    88 
    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. 
     9* a recent Java runtime, either [[http://www.java.com/en/download/index.jsp|Oracle-Java]] or [[http://openjdk.java.net/|Open-JDK]]; 
     10* a [[http://www.ruby-lang.org/|Ruby]] interpreter; 
     11* the [[http://www.cmake.org/|CMake]] build system. 
    1212 
    13 For the MUSCLE Transport Overlay, to communicate between different clusters, 
    14 * [[http://www.boost.org/|Boost]]. 
     13For the MUSCLE Transport Overlay, to communicate between different clusters, also [[http://www.boost.org/|Boost]] is needed. 
    1514 
    1615=== Installation of dependencies on a Debian flavored Linux === 
     
    2221 
    2322to install all dependencies at once. 
     23 
     24=== Installation of dependencies on Mac OS X === 
     25 
     26Most 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 
     27{{{ 
     28brew install boost cmake 
     29}}} 
    2430 
    2531=== Installation of dependencies on Scientific Linux 5.6 === 
     
    4046enabled=1 
    4147gpgcheck=0 
    42 }}} 
    43  
    44 === Installation of dependencies on Mac OS X === 
    45  
    46 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 
    47 {{{ 
    48 brew install boost cmake 
    4948}}} 
    5049