Difference between revisions of "Compiling/XCode"

From BRL-CAD
Line 1: Line 1:
= COMPILING BRL-CAD WITH XCODE ON MAC OS X =
+
= Compiling BRL-CAD with Xcode on Mac OS X =
  
Placeholder
+
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 ==
  
Latest version of CMake (http://www.cmake.org/cmake/resources/software.html)
+
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 16: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