Difference between revisions of "Compiling/XCode"
From BRL-CAD
Minichrispy (talk | contribs) |
Minichrispy (talk | contribs) |
||
Line 1: | Line 1: | ||
− | = | + | = Compiling BRL-CAD with Xcode on Mac OS X = |
− | + | An already built and running version of BRL-CAD for Mac OS X can be downloaded from here(), or these steps will guide you through the process of how to build it yourself. | |
== Obtain Dev Tools == | == Obtain Dev Tools == | ||
− | + | Download the latest version of CMake for Mac OS X: http://www.cmake.org/cmake/resources/software.html | |
Latest BRL-CAD SOURCE (http://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/) | Latest BRL-CAD SOURCE (http://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/) | ||
Latest Xcode (Downloadable from Mac App Store) - While installing, make sure command-line tools are installed as well, or if you already have Xcode, click here to see how to make sure they're installed. | Latest Xcode (Downloadable from Mac App Store) - While installing, make sure command-line tools are installed as well, or if you already have Xcode, click here to see how to make sure they're installed. | ||
+ | |||
+ | |||
+ | 1 - Required Downloads | ||
+ | - Latest version of CMake (http://www.cmake.org/cmake/resources/software.html) | ||
+ | - Latest BRL-CAD SOURCE (http://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/) | ||
+ | 2 - Install CMake - make sure you install command line tools | ||
+ | 3 - Install Xcode + command line tools |
Revision as of 15:24, 30 November 2012
Compiling BRL-CAD with Xcode on Mac OS X
An already built and running version of BRL-CAD for Mac OS X can be downloaded from here(), or these steps will guide you through the process of how to build it yourself.
Obtain Dev Tools
Download the latest version of CMake for Mac OS X: http://www.cmake.org/cmake/resources/software.html
Latest BRL-CAD SOURCE (http://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/)
Latest Xcode (Downloadable from Mac App Store) - While installing, make sure command-line tools are installed as well, or if you already have Xcode, click here to see how to make sure they're installed.
1 - Required Downloads
- Latest version of CMake (http://www.cmake.org/cmake/resources/software.html) - Latest BRL-CAD SOURCE (http://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/)
2 - Install CMake - make sure you install command line tools 3 - Install Xcode + command line tools