Changes between Version 1 and Version 2 of UsersWikiPostGIS15Ubuntu1110src
- Timestamp:
- 05/06/12 14:42:57 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS15Ubuntu1110src
v1 v2 22 22 Download, configure, build and install: 23 23 {{{ 24 wget http://postgis.refractions.net/download/postgis-1.5. 3.tar.gz25 tar xfvz postgis-1.5. 3.tar.gz26 cd postgis-1.5. 324 wget http://postgis.refractions.net/download/postgis-1.5.4.tar.gz 25 tar xfvz postgis-1.5.4.tar.gz 26 cd postgis-1.5.4 27 27 ./configure 28 28 make … … 31 31 32 32 === Documentation/comments === 33 From the `postgis-1.5. 3` directory:33 From the `postgis-1.5.4` directory: 34 34 {{{ 35 35 cd doc