Changes between Version 2 and Version 3 of UsersWikiPostGIS21Ubuntu1304src
- Timestamp:
- 07/23/13 00:20:40 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS21Ubuntu1304src
v2 v3 26 26 == Build PostGIS == 27 27 {{{ 28 wget http://download.osgeo.org/postgis/source/postgis-2.1.0 beta3.tar.gz29 tar xfvz postgis-2.1.0 beta3.tar.gz30 cd postgis-2.1.0 beta328 wget http://download.osgeo.org/postgis/source/postgis-2.1.0rc1.tar.gz 29 tar xfvz postgis-2.1.0rc1.tar.gz 30 cd postgis-2.1.0rc1 31 31 }}} 32 32