Changes between Version 5 and Version 6 of UsersWikiPostGIS15Ubuntu1110src
- Timestamp:
- 11/15/12 13:12:04 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS15Ubuntu1110src
v5 v6 22 22 Download, configure, build and install: 23 23 {{{ 24 wget http:// postgis.refractions.net/download/postgis-1.5.6.tar.gz25 tar xfvz postgis-1.5. 6.tar.gz26 cd postgis-1.5. 624 wget http://download.osgeo.org/postgis/source/postgis-1.5.8.tar.gz 25 tar xfvz postgis-1.5.8.tar.gz 26 cd postgis-1.5.8 27 27 ./configure 28 28 make … … 31 31 32 32 === Documentation/comments === 33 From the `postgis-1.5. 6` directory:33 From the `postgis-1.5.8` directory: 34 34 {{{ 35 35 cd doc