Guest User

Google Code-In BRL-CAD Xcode Guide 1

a guest
Nov 26th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. 1 - Required Downloads
  2. - Latest version of CMake (http://www.cmake.org/cmake/resources/software.html)
  3. - Latest BRL-CAD SOURCE (http://sourceforge.net/projects/brlcad/files/BRL-CAD%20Source/)
  4. 2 - Open CMake
  5. - Where is the source code? Connect path to the source code you downloaded
  6. - Where to build binaries? Make new folder or choose a folder
  7. - Any additional settings???
  8. 3 - Press configure, select Xcode
  9. 4 - Press Generate
  10. 5 - Once finished (While mine ran, I had errors/some files were not found), navigate to folder where you chose to build the binaries
  11. 6 - Open /CMakeFiles/2.8.10.1/CompilerIdCXX/CompilerIdCXX.xcodeproj in Xcode
  12. - 2.8.10.1 Depends on current version of CMake
  13. 7 - Click on CompilerIdCXX on the top left of the navigation to open the project's settings and select the ComilerIdCXX target
  14. 8 - Change the Base SDK to Latest OS X
  15. 9 - Build and Run
  16. 10 - Navigate to build folder
  17. 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