Hi Andy, On 6/18/07, Andy Skinner <[EMAIL PROTECTED]> wrote:
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)?
On Windows you can call "cmake.exe" with options like -D to specify options. -- Serge Lages http://www.magrathea-engine.org
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
