Changes between Version 201 and Version 202 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 03/24/15 08:58:43 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v201 v202 15 15 apt-get install -y g++ libproj-dev 16 16 cd /tmp 17 wget http://download.osgeo.org/gdal/1.1 0.1/gdal-1.10.1.tar.gz18 tar zxvf gdal-1.1 0.1.tar.gz19 cd gdal-1.1 0.117 wget http://download.osgeo.org/gdal/1.11.2/gdal-1.11.2.tar.gz 18 tar zxvf gdal-1.11.2.tar.gz 19 cd gdal-1.11.2 20 20 ./configure --with-python CPPFLAGS="-fPIC" 21 21 make … … 30 30 {{{ 31 31 mkdir pyramid 32 ~/gdal-1.1 0.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.tif32 ~/gdal-1.11.2/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 33 33 }}} 34 34 == PostGIS ==