Changes between Version 1 and Version 2 of UsersWikiPostGIS20Debian60src
- Timestamp:
- 03/26/12 05:00:37 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Debian60src
v1 v2 36 36 make 37 37 sudo make install 38 cd .. 38 39 }}} 39 40 40 41 == Build PostGIS == 41 42 {{{ 42 wget http://postgis.refractions.net/download/postgis-2.0.0beta 2SVN.tar.gz43 tar xfvz postgis-2.0.0beta 2SVN.tar.gz44 cd postgis-2.0.0beta 2SVN43 wget http://postgis.refractions.net/download/postgis-2.0.0beta4.tar.gz 44 tar xfvz postgis-2.0.0beta4.tar.gz 45 cd postgis-2.0.0beta4 45 46 }}} 46 47 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: … … 49 50 make 50 51 sudo make install 52 sudo ldconfig 51 53 sudo make comments-install 52 54 }}}