Hello Allen,
Allen Bierbaum wrote:
> I have a couple of questions about the new build. I am new to cmake,
> so that may be my problem.
>
> - How do I list all the opensg specific options? (used to be scons --help)
you can use ccmake (or cmake-gui if you have it installed) and then see
all the variables in the cache. Those relevant to OpenSG begin with
obvious prefix. You may want to enable advanced mode to see all
variables (press 't' in ccmake).
> - How do I build the doxygen documentation for a developer?
that is currently done in a bit odd way as part of the cmake run, call
cmake like this:
cmake -DOSG_DOXY_DOC_TYPE=Developer -DOSG_ENABLE_DOXY_DOC=ON
The OSG_ENABLE_DOXY_DOC variable automatically reverts to OFF after the
run to avoid rebuilding the doc when you really just want to
reconfigure/rebuild.
> - Is it possible to build release and debug at the same time?
no.
> - Does the last of release/debug setup symbolic links from a common
> directory any more?
Before running make install the libs are in ${CMAKE_BUILD_DIR}/bin, IIRC
the release libs are put in ${CMAKE_INSTALL_PREFIX}/lib{64} and debug
libs in ${CMAKE_INSTALL_PREFIX}/lib{64}/dbg, I don't think it currently
creates symlinks.
Unfortunately there is also currently an inconsistency between linux and
windows install locations, but I did not get around looking at that.
Cheers,
Carsten
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users