Changes between Version 12 and Version 13 of Ubuntu-8.10Build


Ignore:
Timestamp:
Jan 1, 2009, 8:45:43 AM (15 years ago)
Author:
epifanio
Comment:

after the svn checkout the files and folder have not permissive permisions (fails to create new files during the configure-build process)

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-8.10Build

    v12 v13  
    2727uim-qt gdal-bin libgdal1-dev libgeos-dev proj libgdal-doc libtiff4-dev subversion make g++ g++-4.1 gcc libgeotiff1.2 \
    2828libgeotiff-dev libgeotiff-epsg cmake ffmpeg libavcodec51 libavcodec-dev libavdevice52 libavdevice-dev libavformat52 libavformat-dev \
    29 libavutil49 libavutil-dev libswscale0 libswscale-dev
     29libavutil49 libavutil-dev libswscale0 libswscale-dev doxygen
    3030 
    3131}}}
     
    7171cd /GIS/ossim
    7272svn co https://svn.osgeo.org/ossim/trunk .
     73# set the permision to read-write
     74sudo chmod 777 -R *
    7375}}}
    7476
     
    157159cd $OSSIM_DEV_HOME/ossimPlanet
    158160patch -Np0 < /path/to/ossimPlanet.patch
    159 OSSIMPREDATOR_LIB_DIR=/usr/local/lib make
    160 sudo OSSIMPREDATOR_LIB_DIR=/usr/local/lib make install
     161OSSIMPREDATOR_LIB_DIR=/usr/local/lib OSSIM_LIB_DIR=/usr/local/ossim/lib make
     162sudo OSSIMPREDATOR_LIB_DIR=/usr/local/lib OSSIM_LIB_DIR=/usr/local/ossim/lib make install
    161163}}}
    162164
     
    164166under : /usr/local/share/libossimplanet/bin/
    165167
     168
    166169Build the Qt4 Gui for OssimPlanet :
    167170
     
    179182$OSSIM_DEV_HOME/ossim_plugins/make.opt.in
    180183
    181 To point where you have gdal's files (hhere i used gdal from the repository)
     184To point where you have gdal's files (here i used gdal from the repository)
    182185
    183186{{{
     
    205208}}}
    206209
     210
     211There are a lot o