Questions for those familiar with cmake and download_and_compile.sh: 

1.  Why does the download_and_compile script section for OSG, do
        cmake ../../OpenSceneGraph/ 
        without any options, followed immediately by 

        cmake -D CMAKE_BUILD_TYPE="Release" \
        -D CMAKE_CXX_FLAGS="-O3 \
        -D__STDC_CONSTANT_MACROS" \
        -D CMAKE_C_FLAGS="-O3" \
        -D CMAKE_INSTALL_PREFIX:PATH="$INSTALL_DIR_OSG" \
        ../../OpenSceneGraph/

2.  Why does download_and_compile build simgear and openrti from
        sources in simgear/simgear and openrti/openrti 
        while OpenSceneGraph is done from sources in OpenSceneGraph,
        without the extra sub-directory/folder.

3.  Why does the script only do reconfigure 
        if the script is NOT running in update mode? Wouldn't you need
        to reconfigure if there were a new module?



-Pat

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to