Changes between Version 3 and Version 4 of Ubuntu-8.10Build


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-8.10Build

    v3 v4  
    55
    66
    7 Add updated re repository for ubuntu 8.10 intrepid :
     7Add updated repository for ubuntu 8.10 intrepid :
    88
    99{{{
     
    4646
    4747
    48 Download ossim from svn and compile it:
     48Download ossim from svn:
    4949
    5050{{{
     
    5353cd /GIS/ossim
    5454svn co https://svn.osgeo.org/ossim/trunk .
     55}}}
    5556
    56 # Set the ossim environment variables :
     57Set the ossim environment variables :
    5758
     59{{{
    5860echo "export OSSIM_DEV_HOME=/home/sasha/GIS/ossim" >> /home/sasha/.bashrc
    5961echo "export OSSIM_HOME=/home/sasha/GIS/ossim/ossim" >> /home/sasha/.bashrc
     
    8486[http://www.geofemengineering.it/libwms.patch libwms_patch]
    8587
    86 save the patch as libwms.patch and run :
     88Save the patch as libwms.patch and run :
    8789
    8890{{{
     
    9395}}}
    9496 
    95  
    96 To load the new libraries open a new terminal and type :
     97Load the new libraries open a new terminal and type :
    9798
    9899{{{
    99100sudo ldconfig
     101}}}
     102
     103Build the Qt4 Gui executable application
     104"Imagelinker" and "iview"
     105{{{
    100106cd /home/sasha/GIS/ossim/ossim_qt4
    101107qmake ossim_qt4.pro
     
    114120}}}
    115121
    116 
    117122Now build ossimplanet, fon ubuntu 8.10 download these patch:
    118123
     
    126131OSSIMPREDATOR_LIB_DIR=/usr/local/lib make
    127132sudo OSSIMPREDATOR_LIB_DIR=/usr/local/lib make install
     133}}}
     134
     135now you shoul'd have an exacutable "ossimplanetviewer" based on x11
     136under : /usr/local/share/libossimplanet/bin/
     137
     138Build the Qt4 Gui for OssimPlanet :
     139
     140{{{
    128141cd /home/sasha/GIS/ossim/ossimPlanetQt/
    129142qmake ossimPlanetQt.pro
     
    134147
    135148
    136 To buid ossom_plugin, change the gdal setting in the file
     149To buid ossim_plugin, change the gdal setting in the file
    137150
    138151/home/sasha/GIS/ossim/ossim_plugins/make.opt.in
    139152/home/sasha/GIS/ossim/ossim_plugins/make.opt
    140153
     154
    141155To point where you have gdal's files (hhere i used gdal from the repository)
    142  
     156
    143157{{{
    144158GDAL_HOME =/usr/