Changes between Version 165 and Version 166 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
05/20/13 19:06:35 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v165 v166  
    1414{{{
    1515apt-get install g++
    16 wget http://download.osgeo.org/gdal/gdal-1.9.1.tar.gz
    17 tar zxvf gdal-1.9.1.tar.gz
    18 cd gdal-1.9.1
     16wget http://download.osgeo.org/gdal/1.10.0/gdal-1.10.0.tar.gz
     17tar zxvf gdal-1.10.0.tar.gz
     18cd gdal-1.10.0
    1919./configure --with-python CPPFLAGS="-fPIC"
    2020make