On 8/17/06, Daniel Larimer <[EMAIL PROTECTED]> wrote:
I hope that CMake will allow me to build from the command line using gnu make on OS X. Xcode should not be required.
Yes, the Makefile generator is pretty solid. It's actually the default generator on OS X for CMake. The CMake authors to put in the OS X-isms (.app bundles, Universal Binaries, etc) into both the Makefile and Xcode build systems One major advantage Xcode gives to building OSG is its distributed build features. Building OSG takes a very long time so if you have multiple Macs, this process can be sped up considerably. -Eric _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
