Changes between Version 9 and Version 10 of MacOSXBuild


Ignore:
Timestamp:
Jul 3, 2009, 12:43:33 PM (15 years ago)
Author:
mlucas17
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacOSXBuild

    v9 v10  
    44
    55== Binary Installer ==
    6 The easiest way to get up and running is to install the latest binary installer.  During initial development, a fairly recent version of the software will be available at http://ossim.telascience.org/ossimdata/MacOSX/ .   Look for and download the dmg file which will should mount after download. (e.g.  ossim_1.6.6rc20.pkg.dmg )  Double click the package installer and the libararies and frameworks will be installed in [[standard locations]]:
     6The easiest way to get up and running is to install the latest binary installer.  During initial development, a fairly recent version of the software will be available at http://download.osgeo.org/ossim/installers/mac/   Look for and download the dmg file which will should mount after download.   Double click the package installer and the libararies and frameworks will be installed in [[standard locations]]:
    77
    88== Development ==
     
    5555== Problems with the Build? ==
    5656
    57 # Make sure you have downloaded the latest ossim_dependencies.  The folder should be placed at /Users/Shared/Development/ossim_dependencies .
    58 # Set the Configuration in xcode to the Release build
    59 # Do a clean all under build with the ossim project
    60 # open a terminal and rm -rf /var/tmp/  (forces rebuild of all of the qt gui widgets)
    61 # under xcode make sure the project is ossim, the target is All, the configuration is Release, Active executable ossimplanet
     57 # Make sure you have downloaded the latest ossim_dependencies.  The folder should be placed at /Users/Shared/Development/ossim_dependencies .
     58 # Set the Configuration in xcode to the Release build
     59 # Do a clean all under build with the ossim project
     60 # open a terminal and rm -rf /var/tmp/  (forces rebuild of all of the qt gui widgets)
     61 # under xcode make sure the project is ossim, the target is All, the configuration is Release, Active executable ossimplanet
    6262
    6363== Package Building ==