Changes between Version 46 and Version 47 of Installation
- Timestamp:
- 09/12/13 12:39:12 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v46 v47 24 24 === Installation of dependencies on Mac OS X === 25 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". Download CMake on their websiteor use an installation manager like [[http://mxcl.github.com/homebrew/|HomeBrew]] or [[http://www.macports.org/|MacPorts]]. With HomeBrew, you can run26 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 [[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 27 27 {{{ 28 28 brew install cmake 29 29 }}} 30 31 30 === Installation of dependencies on Scientific Linux 5.6 === 32 31