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