Changes between Version 6 and Version 7 of Ubuntu-8.10Build


Ignore:
Timestamp:
Dec 30, 2008, 6:26:22 AM (15 years ago)
Author:
epifanio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-8.10Build

    v6 v7  
    5858
    5959{{{
    60 echo "export OSSIM_DEV_HOME=/home/sasha/GIS/ossim" >> /home/sasha/.bashrc
    61 echo "export OSSIM_HOME=/home/sasha/GIS/ossim/ossim" >> /home/sasha/.bashrc
    62 echo "export OSSIM_QT_HOME=/home/sasha/GIS/ossim/ossim_qt" >> /home/sasha/.bashrc
    63 echo "export OSSIM_LIB_DIR=/home/sasha/GIS/ossim/ossim/lib/ossim" >> /home/sasha/.bashrc
    64 echo "export OSSIM_INC_DIR=/home/sasha/GIS/ossim/ossim/include" >> /home/sasha/.bashrc
     60echo "export OSSIM_DEV_HOME=$home/GIS/ossim" >> $home/.bashrc
     61echo "export OSSIM_HOME=$home/GIS/ossim/ossim" >> $home/.bashrc
     62echo "export OSSIM_QT_HOME=/$home/GIS/ossim/ossim_qt" >> $home/.bashrc
     63echo "export OSSIM_LIB_DIR=$home/GIS/ossim/ossim/lib/ossim" >> $home/.bashrc
     64echo "export OSSIM_INC_DIR=$home/GIS/ossim/ossim/include" >> $home/.bashrc
    6565}}}
    6666
     
    8686
    8787{{{
    88 cd /home/sasha/GIS/ossim/ossim
     88cd $home/GIS/ossim/ossim
    8989 ./configure --with-geotiff=/usr/include/geotiff --prefix=/usr --with-jpeg=/usr --with-libtif
    9090make
     
    9999
    100100{{{
    101 cd /home/sasha/GIS/ossim/libwms
     101cd $home/GIS/ossim/libwms
    102102patch -Np0 < /path/to/libwms.patch
    103103make
     
    114114"Imagelinker" and "iview"
    115115{{{
    116 cd /home/sasha/GIS/ossim/ossim_qt4
     116cd $home/GIS/ossim/ossim_qt4
    117117qmake ossim_qt4.pro
    118118make
     
    122122Build ossimPredator libs:
    123123{{{
    124 cd /home/sasha/GIS/ossim/ossimPredator
     124cd $home/GIS/ossim/ossimPredator
    125125mkdir lib
    126126cd src
     
    137137
    138138{{{
    139 cd /home/sasha/GIS/ossim/ossimPlanet
     139cd $home/GIS/ossim/ossimPlanet
    140140patch -Np0 < /path/to/ossimPlanet.patch
    141141OSSIMPREDATOR_LIB_DIR=/usr/local/lib make
     
    149149
    150150{{{
    151 cd /home/sasha/GIS/ossim/ossimPlanetQt/
     151cd $home/GIS/ossim/ossimPlanetQt/
    152152qmake ossimPlanetQt.pro
    153153make
     
    159159To buid ossim_plugin, change the gdal setting in the file
    160160
    161 /home/sasha/GIS/ossim/ossim_plugins/make.opt.in
    162 /home/sasha/GIS/ossim/ossim_plugins/make.opt
    163 
     161$home/GIS/ossim/ossim_plugins/make.opt.in
    164162
    165163To point where you have gdal's files (hhere i used gdal from the repository)
     
    177175
    178176{{{
    179 cd /home/sasha/GIS/ossim/ossim_plugins/
     177cd $home/GIS/ossim/ossim_plugins/
    180178make
    181179}}}
     
    183181Create an "ossim-data" directory readed from ossim at its startup and copy the "ossim support data" inside it :
    184182{{{
    185 mkdir /home/sasha/.ossim
    186 cp -r /home/sasha/GIS/ossim/ossim_package_support/fonts /home/sasha/.ossim/fonts
    187 cp -r /home/sasha/GIS/ossim/ossim_package_support/geoids /home/sasha/.ossim/geoids
    188 cp -r /home/sasha/GIS/ossim/ossim_package_support/images /home/sasha/.ossim/images
     183mkdir $home/.ossim
     184cp -r $home/GIS/ossim/ossim_package_support/fonts $home/.ossim/fonts
     185cp -r $home/GIS/ossim/ossim_package_support/geoids $home/.ossim/geoids
     186cp -r $home/GIS/ossim/ossim_package_support/images $home/.ossim/images
    189187}}}
    190188