Changes between Version 10 and Version 11 of Ubuntu-8.10Build


Ignore:
Timestamp:
Dec 30, 2008, 8:23:56 AM (15 years ago)
Author:
epifanio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-8.10Build

    v10 v11  
    5858
    5959{{{
    60 echo "export OSSIM_DEV_HOME=$home/GIS/ossim" >> $HOME/.bashrc
    61 echo "export OSSIM_HOME=$home/GIS/ossim/ossim" >> $HOME/.bashrc
    62 echo "export OSSIM_QT_HOME=/$home/GIS/ossim/ossim_qt" >> $HOME/.bashrc
    63 echo "export OSSIM_LIB_DIR=$home/GIS/ossim/ossim/lib/ossim" >> $HOME/.bashrc
    64 echo "export OSSIM_INC_DIR=$home/GIS/ossim/ossim/include" >> $HOME/.bashrc
     60echo "export OSSIM_DEV_HOME=$HOME/GIS/ossim" >> $HOME/.bashrc
     61echo "export OSSIM_HOME=${OSSIM_DEV_HOME}/ossim" >> $HOME/.bashrc
     62echo "export OSSIM_QT_HOME=${OSSIM_DEV_HOME}/ossim_qt" >> $HOME/.bashrc
     63echo "export OSSIM_LIB_DIR=$${OSSIM_DEV_HOME}/ossim/lib/ossim" >> $HOME/.bashrc
     64echo "export OSSIM_INC_DIR=${OSSIM_DEV_HOME}/ossim/include" >> $HOME/.bashrc
    6565}}}
    6666