Changes between Version 15 and Version 16 of Ubuntu-7.10Build


Ignore:
Timestamp:
Apr 22, 2008, 3:48:03 PM (16 years ago)
Author:
epifanio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-7.10Build

    v15 v16  
    5050 
    5151    wget http://ftp.de.debian.org/debian/pool/main/c/coin2/libcoin40c2_2.5.0-1_i386.deb
     52
     53
     54# build the openshenegrph libraries :
     55
     56    sudo dpkg -i libopenthreads6_2.2.0-2_i386.deb
     57 
     58    sudo dpkg -i libopenthreads-dev_2.2.0-2_i386.deb
     59 
     60    sudo dpkg -i libcoin40c2_2.5.0-1_i386.deb
     61 
     62    sudo dpkg -i libopenscenegraph6_2.2.0-2_i386.deb
     63 
     64    sudo dpkg -i libopenscenegraph-dev_2.2.0-2_i386.deb
     65
     66
    5267 
    5368# Download and build the libgeotiff libraries from the debian repository
     
    6277 
    6378    sudo svn-buildpackage -us -uc --svn-ignore-new
    64  
    65  
     79 
    6680    cd /home/sasha/dipendenze/geotiff/libgeotiff-dfsg/build-area/
    6781 
     
    7488    cd ../../../
    7589 
    76 # build the openshenegrph libraries :
    77 
    78     sudo dpkg -i libopenthreads6_2.2.0-2_i386.deb
    79  
    80     sudo dpkg -i libopenthreads-dev_2.2.0-2_i386.deb
    81  
    82     sudo dpkg -i libcoin40c2_2.5.0-1_i386.deb
    83  
    84     sudo dpkg -i libopenscenegraph6_2.2.0-2_i386.deb
    85  
    86     sudo dpkg -i libopenscenegraph-dev_2.2.0-2_i386.deb
    87  
    88  
    89 # download ossim from the svn repository (revision 12212)
     90 
     91 
     92# download ossim  (revision -12212)
    9093
    9194
     
    99102 
    100103 
    101 # ossim environment variables :
     104# set the ossim environment variables :
    102105
    103106
     
    122125# ossim_qt4
    123126# ossimplanet
    124 # ossimplanet_qt :
    125 
     127# ossimplanet_qt
     128# ossim_plugins
    126129 
    127130    cd /home/sasha/GIS/ossim/ossim
     
    190193
    191194# to point where you have gdal's files
    192 # in my case (i used gdal from the repository)
     195# (here i used gdal from the repository)
    193196 
    194197--------------------------------------------------
     
    208211
    209212    endif
    210 
    211     ###
    212 
    213     # End of gdal plugin specific things.
    214 
    215     ###
    216213 
    217214--------------------------------------------------