Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 - Open CMake
- - Where is the source code? Connect path to the source code you downloaded
- - Where to build binaries? Make new folder or choose a folder
- - Any additional settings???
- 3 - Press configure, select Xcode
- 4 - Press Generate
- 5 - Once finished (While mine ran, I had errors/some files were not found), navigate to folder where you chose to build the binaries
- 6 - Open /CMakeFiles/2.8.10.1/CompilerIdCXX/CompilerIdCXX.xcodeproj in Xcode
- - 2.8.10.1 Depends on current version of CMake
- 7 - Click on CompilerIdCXX on the top left of the navigation to open the project's settings and select the ComilerIdCXX target
- 8 - Change the Base SDK to Latest OS X
- 9 - Build and Run
- 10 - Navigate to build folder
- 11 - I'm lost, what I see in the build folder is not very helpful and doesn't seem to look like a functioning compile of BRL-CAD
Add Comment
Please, Sign In to add comment