Changes between Version 3 and Version 4 of UsersWikiPostGIS20Ubuntu1004src
- Timestamp:
- 03/26/12 04:20:57 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Ubuntu1004src
v3 v4 35 35 make 36 36 sudo make install 37 cd .. 37 38 }}} 38 39 39 40 == Build PostGIS == 40 41 {{{ 41 wget http://postgis.refractions.net/download/postgis-2.0.0beta 2SVN.tar.gz42 tar xfvz postgis-2.0.0beta 2SVN.tar.gz43 cd postgis-2.0.0beta 2SVN42 wget http://postgis.refractions.net/download/postgis-2.0.0beta4.tar.gz 43 tar xfvz postgis-2.0.0beta4.tar.gz 44 cd postgis-2.0.0beta4 44 45 }}} 45 46 PostGIS 2.0 can be configured to disable topology or raster extensions, using the configure flags `--without-raster` and `--without-topology`. The default is to build both extensions: … … 48 49 make 49 50 sudo make install 51 sudo ldconfig 50 52 sudo make comments-install 51 53 }}}