Changes between Version 31 and Version 32 of MacOSXBuild
- Timestamp:
- 12/01/10 10:45:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacOSXBuild
v31 v32 78 78 {{{ 79 79 <OSSIM_DEV_HOME>/ossim_package_support/cmake/build_scripts 80 81 80 }}} 82 81 We 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. … … 85 84 }}} 86 85 copy a file from build_scripts/….. to configure.sh 87 88 (on the mac)89 86 {{{ 90 87 cp build_scripts/mac/mac64bit-kakadu.sh configure.sh 91 88 mkdir build 92 open configure.sh (review settings) 89 open configure.sh 90 }}} 91 (review settings) 92 {{{ 93 93 cd build 94 94 ../configure.sh .. –G “Unix Makefiles” 95 95 }}} 96 96 97 (rm cmake cache .txt to clear out) 97 98 or for xcode generation: