On Sunday, July 03, 2011 10:28:41 AM Roland Häder wrote:
> Hi Bruce,
> 
> this is how I configure osg (3.0.0 ATM):
> 
> ---------------- reconfigure.sh --------------
> #!/bin/sh
> 
> export CFLAGS="-g -O3 -fPIC"
> export CXXFLAGS="-g -O3 -fPIC"
> 
> cmake -D CMAKE_BUILD_TYPE:STRING=Release -D \
>     CMAKE_INSTALL_PREFIX:PATH=/opt ../../osg/
> ---------------- reconfigure.sh --------------
> 
> As you can see, I specify "../../osg/" which means I'm doing a so called
> out-of-source-tree build. Jester told me that this has the big advantage
> that the checkout (source) tree doesn't get polluted with build files so
> it remains in a clean state. And you can have differently configured
> source trees (e.g. one with Release, other with Debug and both with
> different install prefixes).
> 
> Regards,
> Roland

Is FG compatible with OSG3?

Hal
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to