Changes between Version 188 and Version 189 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 10/17/13 16:02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v188 v189 13 13 Advanced functionality requires the latest version (install into /usr/local): 14 14 {{{ 15 apt-get install g++ libproj-dev15 apt-get install -y g++ libproj-dev 16 16 cd /tmp 17 wget http://download.osgeo.org/gdal/1.10. 0/gdal-1.10.0.tar.gz18 tar zxvf gdal-1.10. 0.tar.gz19 cd gdal-1.10. 017 wget http://download.osgeo.org/gdal/1.10.1/gdal-1.10.1.tar.gz 18 tar zxvf gdal-1.10.1.tar.gz 19 cd gdal-1.10.1 20 20 ./configure --with-python CPPFLAGS="-fPIC" 21 21 make … … 30 30 {{{ 31 31 mkdir 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.tif32 ~/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 33 33 }}} 34 34 == PostGIS ==