Changes between Version 51 and Version 52 of Installation
- Timestamp:
- 09/23/13 13:52:13 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v51 v52 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". Install the [[http://www.oracle.com/technetwork/java/javase/downloads/index.html|Java Development Kit (JDK) from Oracle]]. 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 run26 Most dependencies are installed when installing Xcode. In [[http://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12|Xcode 5]], the command-line tools are installed by opening Preferences -> Downloads and pressing Install for "Command-line tools". Install the [[http://www.oracle.com/technetwork/java/javase/downloads/index.html|Java Development Kit (JDK) from Oracle]]. 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