Hi Randolf, On Tue, Jun 30, 2009 at 1:45 AM, R Fritz<[email protected]> wrote: > Since there's no 2.8.1 Mac binaries yet, I need to build from source. What > do people recommend for build practices in the Mac OS X environment?
When I work on a Mac I always use the CMake generated makefiles and just build like it's any other unix platform. When I do work under Mac it tends remote login, so I'm going through a ssh shell so make is a sure fire winner. If you are going to be using a Mac fulltime you may well want the full blown dev environment or utilise Mac specific features, then using Xcode is something you'll probably want to do. Cmake can generate Xcode project files for you. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

