Changes between Version 18 and Version 19 of MacOSXBuild


Ignore:
Timestamp:
Nov 29, 2010, 11:05:59 AM (13 years ago)
Author:
mlucas17
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacOSXBuild

    v18 v19  
    1313Dave Lucas - ossimdave@me.com
    1414
    15 1. Open up a terminal
     15If necessary, download and install CMake version 2.8.x
     16http://www.cmake.org/cmake/resources/software.html
    1617
    17 2. Make a development directory in /Users/Shared/
     181. Open up a terminal, checkout the svn source tree into ossim-svn in your home directory.
    1819
    19 mkdir /Users/Shared/Development/
    20 
    21 3. Change the directory to /Users/Shared/Development/
    22 cd /Users/Shared/Development/
    23 
    24 4. Check out all of the OSSIM modules using SVN
    25 
    26 svn co http://svn.osgeo.org/ossim/trunk . (note the trailing dot)
    27 
     20 cd
     21 mkdir ossim-svn
     22 cd ossim-svn
     23 svn co http://svn.osgeo.org/ossim/trunk src
     24 mkdir release
     25 
    28265. Download the OSSIM Dependencies
    2927http://download.osgeo.org/ossim/dependencies/mac/ossim_dependencies.tgz
    30 
    31 6. Move the ossim_dependencies.tgz to /Users/Shared/Development/
    32 mv /users/davidlucas/Downloads/ossim_dependencies.tar /Users/Shared/Development/
    3328
    34297. Extract the ossim_dependencies.tgz using tar