Changes between Version 11 and Version 12 of Ubuntu-7.10Build


Ignore:
Timestamp:
Apr 21, 2008, 12:30:01 PM (16 years ago)
Author:
epifanio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-7.10Build

    v11 v12  
    1     # How to build ossim on ubuntu 7.10
    2  
    3     # These notes are based on a fresh ubuntu-7.10 desktop installation.
    4  
    5     # install ubuntu 7.10 desktop (these notes are for x86 version, but works fine for 64bit
    6  
    7     # and ppc too, you only need to change the link to download the debian packages) ("sasha" is my username).
     1    # How to build ossim on ubuntu
     2 
     3    # These notes are based on a fresh ubuntu desktop installation.
     4 
     5    # install ubuntu desktop (these notes are for x86 version, but works fine for 64bit
     6 
     7    # and ppc too, ("sasha" is my username).
    88
    99
     
    3030 
    3131 
    32     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 python-dev python-qt4 python-qt4-dev python-sip4 sip4 python-sip4-dev 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 libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake txt2tags libncurses5-dev fftw3-dev libreadline5-dev svn-buildpackage autotools-dev dpatch debhelper cpp-3.4 g77 g77-3.4  gcc-3.4 libg2c0-dev  g++ g++-4.1 gcc gfortran gfortran-4.2
    33  
    34  
    35 # note : the download is about 700mb , when finish it ask for postfix configuration, i used :
    36  
    37 # >>  ok >> nessuna configurazione
    38  
    39  
    40 # download debian package for Openscengrph from http://www.debian.org/distrib/packages (search for your
     32    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
     33 
     34 
     35# you can build OSG from its svn repository "svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.2.0 OpenSceneGraph"
     36# 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)
     37# to avoid a source installation you can try to download debian package for Openscengrph from http://www.debian.org/distrib/packages (search for your
    4138# architecture, the follow links are for a standard x86 but 64bit and ppc are disponible too)
    42  
     39#
     40# note : if you are on ubuntu-8.04 you can finde an updated osg version in the repository
     41#
    4342    mkdir /home/sasha/dipendenze
    4443    cd /home/sasha/dipendenze
     
    9089 
    9190 
    92 # download ossim from the svn repository (note here we download the revision 12212, you can try to build a more recent revision too)
     91# download ossim from the svn repository (note here we download the revision 12212, you can try to build a more recent revision too, you need to install ffmpeg too)
     92
    9393
    9494    cd ..
     
    169169    make
    170170
    171     make install
     171    sudo make install
    172172 
    173173    cd /home/sasha/GIS/ossim/ossimPlanetQt/