Changes between Version 19 and Version 20 of Ubuntu-7.10Build


Ignore:
Timestamp:
Sep 20, 2008, 3:44:40 AM (16 years ago)
Author:
epifanio
Comment:

i'm tring to update this page to have ossim running on ubuntu 8.04, i need to solve some compile problems about ossimplanet

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-7.10Build

    v19 v20  
    55
    66
    7 # enable apt-get backports in  " /etc/apt/sources.list "
    8 
    9 #  "sudo gedit /etc/apt/sources.list " and uncomment all the deb line
    10 
    11 # or :
    12  
    13     sudo echo "deb http://it.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse" >> /etc/apt/sources.list
    14  
    15     sudo echo "deb-src http://it.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse" >> /etc/apt/sources.list
    16  
    17     sudo echo "deb http://archive.canonical.com/ubuntu gutsy partner" >> /etc/apt/sources.list
    18     sudo echo "deb-src http://archive.canonical.com/ubuntu gutsy partner" >> /etc/apt/sources.list
    197 
    208#  do an Update  :
     
    2614 
    2715 
    28     apt-get install libqt4-core libqt4-debug libqt4-dev libqt4-gui libqt4-qt3support libqt4-sql lsb-qt4 qt4-designer qt4-dev-tools qt4-doc qt4-qtconfig uim-qt libapt-pkg-perl resolvconf gdal-bin libgdal1-dev libgeos-dev proj libgdal-doc libhdf4g-dev libhdf4g-run  libgsl0-dev g++ libjasper-dev libtiff4-dev subversion ccache make libpq-dev flex bison cmake txt2tags libncurses5-dev fftw3-dev libreadline5-dev svn-buildpackage autotools-dev dpatch debhelper cpp-3.4  gcc-3.4 libg2c0-dev  g++ g++-4.1 gcc
     16    apt-get install libqt4-core libqt4-dev libqt4-gui libqt4-qt3support lsb-qt4 qt4-dev-tools qt4-doc qt4-qtconfig uim-qt gdal-bin libgdal1-dev libgeos-dev proj libgdal-doc libtiff4-dev subversion make g++ g++-4.1 gcc libgeotif openscenegraph
    2917 
    30  
    31 #  To have OSG installed on Ubuntu you can build OSG from its svn repository
    32 
    33     svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.2.0 OpenSceneGraph
    34 
    35 #  OSG use cmake to  build (use apt-get install to resolve its dependancies, or remove the not finde libraries from the cmake prompt then configure and generate a make)
    36 
    37 #  Or it is possible to install the OSG debian package from http://www.debian.org/distrib/packages
    38 #  (search for your  architecture,the follow links are for a standard x86 but 64bit and ppc are disponible too)
    39 #
    40 # note : if you are on ubuntu-8.04 you can find osg version in the repository
    41 #
    42 
    43     mkdir /home/sasha/dipendenze
    44     cd /home/sasha/dipendenze
    45  
    46     wget http://ftp.de.debian.org/debian/pool/main/o/openscenegraph/libopenscenegraph-dev_2.2.0-2_i386.deb
    47  
    48     wget http://ftp.de.debian.org/debian/pool/main/o/openscenegraph/libopenscenegraph6_2.2.0-2_i386.deb
    49  
    50     wget http://ftp.de.debian.org/debian/pool/main/o/openscenegraph/libopenthreads-dev_2.2.0-2_i386.deb
    51  
    52     wget http://ftp.de.debian.org/debian/pool/main/o/openscenegraph/libopenthreads6_2.2.0-2_i386.deb
    53  
    54     wget http://ftp.de.debian.org/debian/pool/main/c/coin2/libcoin40c2_2.5.0-1_i386.deb
    55 
    56 
    57 # build the openshenegrph libraries :
    58 
    59     sudo dpkg -i libopenthreads6_2.2.0-2_i386.deb
    60  
    61     sudo dpkg -i libopenthreads-dev_2.2.0-2_i386.deb
    62  
    63     sudo dpkg -i libcoin40c2_2.5.0-1_i386.deb
    64  
    65     sudo dpkg -i libopenscenegraph6_2.2.0-2_i386.deb
    66  
    67     sudo dpkg -i libopenscenegraph-dev_2.2.0-2_i386.deb
    68 
    6918
    7019 
    71 # Download and build the libgeotiff libraries from the debian repository
    72  
    73     svn co svn://svn.debian.org/svn/pkg-grass/packages/geotiff
    74  
    75     cd /home/sasha/dipendenze/geotiff/libgeotiff-dfsg/trunk/
    76  
    77     sudo svn-buildpackage -us -uc --svn-ignore-new
    78  
    79     cd /home/sasha/dipendenze/geotiff/libgeotiff-epsg/trunk/
    80  
    81     sudo svn-buildpackage -us -uc --svn-ignore-new
    82  
    83     cd /home/sasha/dipendenze/geotiff/libgeotiff-dfsg/build-area/
    84  
    85     dpkg -i *deb
    86  
    87     cd /home/sasha/dipendenze/geotiff/libgeotiff-epsg/build-area/
    88  
    89     dpkg -i *deb
    90  
    91     cd ../../../
    92  
    93  
    94  
    95 # download ossim  (revision -12212)
    96 
     20# download ossim 
    9721
    9822    cd ..
     
    10226    cd /GIS/ossim
    10327 
    104     svn co -r12212 https://svn.osgeo.org/ossim/trunk .
     28    svn co https://svn.osgeo.org/ossim/trunk .
    10529 
    10630 
     
    12751# libwms
    12852# ossim_qt4
    129 # ossimplanet
    130 # ossimplanet_qt
    131 # ossim_plugins
     53(to do)
     54## ossimplanet
     55## ossimplanet_qt
     56## ossim_plugins
    13257 
    13358    cd /home/sasha/GIS/ossim/ossim
     
    17398
    17499    sudo make install
     100
     101
     102################# needs a revision ##########
    175103 
    176104    cd /home/sasha/GIS/ossim/ossimPlanet