Write a tutorial on compiling BRL-CAD with XCode on Mac OS X
completed by: Arjun Govindjee
mentors: Sean
BRL-CAD uses the CMake build system to generate outputs for a variety of platforms. It will output Makefiles, Microsoft Visual Studio build files, XCode project files, Eclipse build files and more.
This task involves generating an XCode project, compiling BRL-CAD from within XCode, demonstrating the BRL-CAD Benchmark in action (within XCode), and running MGED (from within XCode). Document the process on our wiki as a continuation of an existing tutorial (/Compiling/XCode). You're basically expanding/replacing the Finishing section with more steps and sections. Include screen shot images when referring to visual actions within XCode.
References:
- http://www.cmake.org/
- http://brlcad.org/wiki/
- http://brlcad.org/wiki/Compiling/XCode