Changes between Version 2 and Version 3 of Ubuntu-7.10Build


Ignore:
Timestamp:
Feb 10, 2008, 10:13:04 AM (16 years ago)
Author:
epifanio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-7.10Build

    v2 v3  
    1 How to build ossim on ubuntu 7.10
     1# How to build ossim on ubuntu 7.10
    22 
    3 These notes are based on a fresh ubuntu-7.10 desktop installation.
     3# These notes are based on a fresh ubuntu-7.10 desktop installation.
    44 
    55# install ubuntu 7.10 desktop (these notes are for x86 version, but works fine for 64bit
     
    2121    sudo apt-get upgrade
    2222 
    23 # install Qt and Py-Qt libraries :
     23# install the needed libraries :
    2424 
    2525 
     
    2929 
    3030 
    31 # the download is about 700mb , when finish it ask for postfix configuration, i used :
     31# note : the download is about 700mb , when finish it ask for postfix configuration, i used :
    3232 
    33  >>  ok >> nessuna configurazione
     33# >>  ok >> nessuna configurazione
    3434 
    3535 
     
    5050    wget http://ftp.de.debian.org/debian/pool/main/c/coin2/libcoin40c2_2.5.0-1_i386.deb
    5151 
    52  
     52# Download and build the libgeotiff libraries from the debian repository (thanks to ...)
    5353 
    5454    svn co svn://svn.debian.org/svn/pkg-grass/packages/geotiff
     
    7373    cd ../../../
    7474 
     75# build the openshenegrph libraries :
     76
    7577    sudo dpkg -i libopenthreads6_2.2.0-2_i386.deb
    7678 
     
    8486 
    8587 
     88# download ossim from the svn repository (note here we download the revision 12212, you can try to build a more recent revision too)
     89
    8690    cd ..
    8791 
     
    9397 
    9498 
     99# export the needed environment to build ossim :
     100
     101
    95102    echo "export OSSIM_DEV_HOME=/home/sasha/GIS/ossim" >> /home/sasha/.bashrc
    96103 
     
    106113 
    107114    echo "export OSSIM_INC_DIR=/home/sasha/GIS/ossim/ossim/include" >> /home/sasha/.bashrc
     115
     116
     117# build ossim libwms ossim_qt4 ossimplanet ossimplanet_qt :
     118
    108119 
    109120    cd /home/sasha/GIS/ossim/ossim
     
    125136 
    126137    cd ..
     138
     139# add the compiled libraries to your system :
    127140 
    128141    sudo touch /etc/ld.so.conf.d/ossim.conf
     
    151164 
    152165    sudo ldconfig
     166
     167
     168# create a "data" directory readed from ossim at its sturtup :
     169
    153170 
    154171    mkdir /home/sasha/.ossim
     172
     173# copy the "ossim support data" :
    155174 
    156175 
     
    162181 
    163182    cp -r /home/sasha/GIS/ossim/ossim_package_support/images /home/sasha/.ossim/images
     183
     184# run ossimplanetqt :
     185
     186    ossimplanet