Changes between Version 188 and Version 189 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
10/17/13 16:02:00 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v188 v189  
    1313Advanced functionality requires the latest version (install into /usr/local):
    1414{{{
    15 apt-get install g++ libproj-dev
     15apt-get install -y g++ libproj-dev
    1616cd /tmp
    17 wget http://download.osgeo.org/gdal/1.10.0/gdal-1.10.0.tar.gz
    18 tar zxvf gdal-1.10.0.tar.gz
    19 cd gdal-1.10.0
     17wget http://download.osgeo.org/gdal/1.10.1/gdal-1.10.1.tar.gz
     18tar zxvf gdal-1.10.1.tar.gz
     19cd gdal-1.10.1
    2020./configure --with-python CPPFLAGS="-fPIC"
    2121make
     
    3030{{{
    3131mkdir pyramid
    32 ~/gdal-1.10.0/swig/python/scripts/gdal_retile.py -v -s_srs EPSG:4326 -r bilinear -levels 4 -ps 2048 2048 -co "TILED=YES" -co "COMPRESS=JPEG" -targetDir pyramid mygeotiff.tif
     32~/gdal-1.10.1/swig/python/scripts/gdal_retile.py -v -s_srs EPSG:4326 -r bilinear -levels 4 -ps 2048 2048 -co "TILED=YES" -co "COMPRESS=JPEG" -targetDir pyramid mygeotiff.tif
    3333}}}
    3434== PostGIS ==