Hi.  I need to get the Open Scene Graph into an automatic build system,
which is how we keep our 3rd party software.  We'd like to check in the
downloaded software plus minimal configuration stuff if we could.  We'd
like to not have to run CMake manually, as well.  (An alternative would
be to download a version of OSG, run cmake manually to produce all we
need, and check all that in.  I'd rather not do it this way.)

I see that on Unix I can run cmake instead of ccmake, and I'm trying
that now.  If I wanted to specify some options, could I do so without
using the UI?

I need to build on Macs, Linux (32 and 64 bits), Windows (32 and 64
bits), and Solaris 64 bits.  For now, I think we'd be happy for the Macs
to build like Unix if they can.  So can I get all these to build
automatically?

I saw that I could use CMakeSetup.exe on Windows instead of ccmake.  Is
there an equivalent that wouldn't use the UI (like cmake vs ccmake on
linux)?

I'm still exploring how we need to actually build this thing, but so
far, the combination has been great.  When I've used the UI to set up,
every platform I've tried so far has built without a hitch.

thanks
andy

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to