Changes between Version 46 and Version 47 of Installation

Show
Ignore:
Timestamp:
09/12/13 12:39:12 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v46 v47  
    2424=== Installation of dependencies on Mac OS X === 
    2525 
    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". Download CMake 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 
     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". Download CMake on [[http://www.cmake.org/cmake/resources/software.html|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 
    2727{{{ 
    2828brew install cmake 
    2929}}} 
    30  
    3130=== Installation of dependencies on Scientific Linux 5.6 === 
    3231