Changes between Version 31 and Version 32 of MacOSXBuild


Ignore:
Timestamp:
Dec 1, 2010, 10:45:49 AM (13 years ago)
Author:
mlucas17
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacOSXBuild

    v31 v32  
    7878{{{
    7979 <OSSIM_DEV_HOME>/ossim_package_support/cmake/build_scripts
    80 
    8180}}}
    8281We suggest making a copy of a build script that closely resembles your system and make any modifications to the build variables to satisfy your environment and place it in <OSSIM_DEV_HOME>/ossim_package_support/cmake/configure.sh.  Use the CMakeLists.txt found in the cmake directory to generate your desired make environment.  We suggest that you do a complete “out-of-source” build so the main source tree does not get polluted with generated files - make files, object files,  … etc.  Follow these build steps.
     
    8584}}}
    8685copy a file from  build_scripts/…..  to configure.sh
    87 
    88 (on the mac)
    8986{{{
    9087cp build_scripts/mac/mac64bit-kakadu.sh configure.sh   
    9188mkdir build
    92 open configure.sh                       (review settings)
     89open configure.sh
     90}}}
     91                        (review settings)
     92{{{
    9393cd build
    9494../configure.sh .. –G “Unix Makefiles”
    9595}}}
     96
    9697(rm cmake cache .txt to clear out)
    9798or for xcode generation: