Changes between Version 151 and Version 152 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 10/11/11 16:04:47 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v151 v152 6 6 * [http://mpa.itc.it/rs/srtm/srtm_generate_hdr.sh Convert SRTM to GeoTIFF] 7 7 8 == GDAL == 9 Simple functionality can be got from the Debain package: 10 {{{ 11 apt-get install gdal-bin 12 }}} 13 Advanced functionality requires the latest version: 14 {{{ 15 wget http://download.osgeo.org/gdal/gdal-1.8.1.tar.gz 16 tar zxvf gdal-1.8.1.tar.gz 17 cd gdal-1.8.1 18 ./configure 19 make 20 make install 21 }}} 8 22 == PostGIS == 9 23 [http://postgis.refractions.net PostGIS] adds Spatial storage to [wiki:InstallationGuidelinesPostgreSQL PostgreSQL] (visit this page to configure PostgreSQL before returning here to continue with the GIS parts)