Changes between Version 5 and Version 6 of MacOSXBuild


Ignore:
Timestamp:
Nov 29, 2008, 8:42:52 AM (15 years ago)
Author:
mlucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacOSXBuild

    v5 v6  
    4545}}}
    4646
    47 Make sure that the build configuration is "Release"
    4847
    4948Loading this project into xcode will reveal Targets and subtargets that will build all of the ossim related frameworks and apps.  It assumes ossim_dependencies has been downloaded and placed in /Users/Shared/Development.
     
    5150There are xcode projects in each of these directories with appropriate dependencies between the projects.  All projects now load a common_settings xcode config file where cross project settings and environmental variables are maintained.  The projects now build into a shared build directory located in /var/tmp.  We have taken steps to minimize the potential conflicts with other paths and projects and reduce start up effort with common settings.
    5251
    53 In the ossim.xcodeproj select the All target and build.  The All target is an aggregate target that will build all of the dependencies.  Select the ossimPlanet application as the executable and run.  Note, ossimplanetCocoa has its own xcode project.
     52Make sure that the build configuration is "Release"
     53
     54In the ossim.xcodeproj select the All target and build.  The All target is an aggregate target that will build all of the dependencies.  Select the ossimPlanet application as the executable and run. 
    5455
    5556== Package Building ==