Changes between Version 32 and Version 33 of DavesFedoraCmakeBuildNotes


Ignore:
Timestamp:
Nov 20, 2011, 3:19:12 PM (12 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DavesFedoraCmakeBuildNotes

    v32 v33  
    1717
    1818'''Environment variables'''[[BR]]
    19 // I put my build environment in a separate file that I source.  I have one for each build type, i.e. my osgeo workspace and my geoeye workspace.  This is a snip from ossimrc-osgeo file:[[BR]]
     19// I put my build environment in a separate file that I source.  I do this because I have more than one workspace, i.e. osgeo, geoeye, geoeye-dev.  This is a snip from ossimrc-osgeo file:[[BR]]
    2020{{{
    2121###
     
    6565To build the osgeo side:
    6666
    67 I have files that I source.  One for osgeo one for geoeye.  So I can source one or the other and then build test code.  So in my bash start up scripts I start with no ossim stuff set.  Since we're building osgeo I do:
    68 
    69 $ cd  // cd to home
    70 
    71 Source my osgeo setup file.  This sets OSSIM_HOME, OSSIM_PREFS_FILE and so on.  File contents at end:
     67I have files that I source.  One for osgeo one for geoeye.  So I can source one or the other and then build and test code.  So in my bash start up scripts I start with no ossim stuff set.  Since we're building osgeo I do:
     68
     69// cd to home[[BR]]
     70$ cd 
     71
     72Source my osgeo setup file.  This sets OSSIM_HOME, OSSIM_PREFS_FILE and so on.  File contents at end:[[BR]]
    7273$ . ossimrc-osgeo
    7374