Changes between Version 37 and Version 38 of Installation
- Timestamp:
- 04/10/13 14:30:25 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v37 v38 7 7 In order to use the MUSCLE, you need 8 8 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. 12 12 13 For the MUSCLE Transport Overlay, to communicate between different clusters, 14 * [[http://www.boost.org/|Boost]]. 13 For the MUSCLE Transport Overlay, to communicate between different clusters, also [[http://www.boost.org/|Boost]] is needed. 15 14 16 15 === Installation of dependencies on a Debian flavored Linux === … … 22 21 23 22 to install all dependencies at once. 23 24 === Installation of dependencies on Mac OS X === 25 26 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 27 {{{ 28 brew install boost cmake 29 }}} 24 30 25 31 === Installation of dependencies on Scientific Linux 5.6 === … … 40 46 enabled=1 41 47 gpgcheck=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 run47 {{{48 brew install boost cmake49 48 }}} 50 49