Changes between Version 29 and Version 30 of Ubuntu-7.10Build


Ignore:
Timestamp:
Dec 29, 2008, 12:56:46 PM (16 years ago)
Author:
epifanio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-7.10Build

    v29 v30  
    33
    44
    5 
    6 
    7  
    8 #  do an Update  :
     5# add thes line to /etc/apt/sources.list
     6
     7
     8echo "deb http://ppa.launchpad.net/jef-norbit/ubuntu intrepid main" >> /etc/apt/sources.list
     9echo "deb-src http://ppa.launchpad.net/jef-norbit/ubuntu intrepid main" >> /etc/apt/sources.list
     10
     11 #  do an Update  :
    912 
    1013    sudo apt-get update
    1114    sudo apt-get upgrade
    12  
     15
     16
     17# it give you an updated gdal version
     18# with it you can install a development version of qgis too
     19# apt-get install qgis
     20
    1321#  Install some libraries :
    1422 
    1523 
    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 libgeotiff1.2 libgeotiff-dev libgeotiff-epsg libopenscenegraph6 libopenscenegraph-dev openscenegraph
    17  
     24    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 libgeotiff1.2 libgeotiff-dev libgeotiff-epsg cmake
     25 
     26
     27# download Openscenegraph from source :
     28
     29    svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.6.1 OpenSceneGraph
     30
     31    cd Op
     32    mkdir build
     33    cd build
     34    ccmake .. # delete the not-find libraries from the cmake setting-lines
     35    press c
     36    press g
     37    make
     38    sudo make install
     39
    1840# download and install ffmpeg :
    1941
     
    5779
    5880
    59 
    60 
    61 
    62 
    63 
    6481 
    6582# download ossim 
     
    90107 
    91108    echo "export OSSIM_INC_DIR=/home/sasha/GIS/ossim/ossim/include" >> /home/sasha/.bashrc
    92 
    93 
    94 
    95109
    96110
     
    107121 
    108122 
    109     ./configure --with-geotiff=/usr/include/geotiff --prefix=/usr --datadir=/usr/share/ossim --includedir=/usr/include/ossim
    110 
    111     --with-jpeg=/usr --with-libtif
    112  
    113     make
    114  
    115     sudo make install
     123    ./configure --with-geotiff=/usr/include/geotiff --prefix=/usr --with-jpeg=/usr --with-libtif
     124
     125    make
     126 
     127    sudo make install
     128
     129    [http://www.geofemengineering.it/libwms.patch libwms_patch]
     130
     131
     132# save the patch as libwms.patch
     133# and run :
     134
    116135 
    117136    cd /home/sasha/GIS/ossim/libwms
    118  
     137
     138    patch < /path/to/libwms.patch
     139
    119140    make
    120141