Changes between Version 34 and Version 35 of Ubuntu-7.10Build


Ignore:
Timestamp:
Dec 29, 2008, 4:36:23 PM (16 years ago)
Author:
epifanio
Comment:

finally i get it to build, thasnks to irc helper :-) .. i need to finish the note but is too late

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-7.10Build

    v34 v35  
    128128 
    129129 
    130 # open a new terminal and type :
    131  
    132     sudo ldconfig
    133  
    134     cd /home/sasha/GIS/ossim/ossim_qt4
    135 
    136     qmake ossim_qt4.pro
    137 
    138     make
    139 
    140     sudo make install
    141  
    142     cd /home/sasha/GIS/ossim/ossimPlanet
    143 
    144 
    145 
    146     cd /home/sasha/GIS/ossim/ossimPredator
    147 
    148     mkdir lib
    149 
    150     cd src
    151 
    152     make
    153 
    154     sudo -s
    155 
    156     sudo OSSIM_DEV_HOME=$OSSIM_DEV_HOME OSSIM_HOME=$OSSIM_HOME make install
     130To load the new libraries open a new terminal and type :
     131
     132{{{
     133sudo ldconfig
     134cd /home/sasha/GIS/ossim/ossim_qt4
     135qmake ossim_qt4.pro
     136make
     137sudo make install
     138}}}
     139
     140
     141cd /home/sasha/GIS/ossim/ossimPredator
     142mkdir lib
     143cd src
     144make
     145sudo -s
     146sudo OSSIM_DEV_HOME=$OSSIM_DEV_HOME OSSIM_HOME=$OSSIM_HOME make install
    157147
    158148
     
    160150# to build libwms on ubuntu 8.10 download these patch :
    161151
    162 
    163 
    164     [http://www.geofemengineering.it/ossim_planet.patch ossim_planet_patch]
    165 
    166 
     152[http://www.geofemengineering.it/ossim_planet.patch ossim_planet_patch]
    167153
    168154# save the patch as ossimPlanet.patch
     
    170156
    171157
    172     patch -Np0 < /path/to/ossim_planet.patch
    173 
    174     OSSIMPREDATOR_LIB_DIR=/usr/local/lib make
    175 
    176     sudo OSSIMPREDATOR_LIB_DIR=/usr/local/lib make install
    177  
    178     cd /home/sasha/GIS/ossim/ossimPlanetQt/
    179 
    180     qmake ossimPlanetQt.pro
    181 
    182     make
    183 
    184     sudo make install
    185  
    186     sudo ldconfig
    187 
     158patch -Np0 < /path/to/ossim_planet.patch
     159OSSIMPREDATOR_LIB_DIR=/usr/local/lib make
     160sudo OSSIMPREDATOR_LIB_DIR=/usr/local/lib make install
     161cd /home/sasha/GIS/ossim/ossimPlanetQt/
     162qmake ossimPlanetQt.pro
     163make
     164sudo make install
     165sudo ldconfig
    188166
    189167# to buid ossoim_plugin, change the gdal setting in the file
    190 
    191168# /home/sasha/GIS/ossim/ossim_plugins/make.opt.in
    192 
    193169# /home/sasha/GIS/ossim/ossim_plugins/make.opt
    194 
    195170# to point where you have gdal's files
    196171# (here i used gdal from the repository)
     
    215190--------------------------------------------------
    216191
    217 
    218 
    219     make
    220 
    221     sudo make install
    222 
    223     sudo ldconfig
     192make
     193sudo make install
     194sudo ldconfig
    224195
    225196
    226197# create a "data" directory readed from ossim at its sturtup :
    227198
    228  
    229     mkdir /home/sasha/.ossim
     199mkdir /home/sasha/.ossim
    230200
    231201# copy the "ossim support data" :
    232202 
    233  
    234     cp -r /home/sasha/GIS/ossim/ossim_package_support/fonts /home/sasha/.ossim/fonts
    235  
    236  
    237     cp -r /home/sasha/GIS/ossim/ossim_package_support/geoids /home/sasha/.ossim/geoids
    238  
    239  
    240     cp -r /home/sasha/GIS/ossim/ossim_package_support/images /home/sasha/.ossim/images
    241 
     203cp -r /home/sasha/GIS/ossim/ossim_package_support/fonts /home/sasha/.ossim/fonts
     204 
     205cp -r /home/sasha/GIS/ossim/ossim_package_support/geoids /home/sasha/.ossim/geoids
     206 
     207cp -r /home/sasha/GIS/ossim/ossim_package_support/images /home/sasha/.ossim/images
     208