Changes between Version 3 and Version 4 of UsersWikiPostGIS20Ubuntu1004src


Ignore:
Timestamp:
Mar 26, 2012, 4:20:57 AM (12 years ago)
Author:
Mike Taves
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Ubuntu1004src

    v3 v4  
    3535make
    3636sudo make install
     37cd ..
    3738}}}
    3839
    3940== Build PostGIS ==
    4041{{{
    41 wget http://postgis.refractions.net/download/postgis-2.0.0beta2SVN.tar.gz
    42 tar xfvz postgis-2.0.0beta2SVN.tar.gz
    43 cd postgis-2.0.0beta2SVN
     42wget http://postgis.refractions.net/download/postgis-2.0.0beta4.tar.gz
     43tar xfvz postgis-2.0.0beta4.tar.gz
     44cd postgis-2.0.0beta4
    4445}}}
    4546PostGIS 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:
     
    4849make
    4950sudo make install
     51sudo ldconfig
    5052sudo make comments-install
    5153}}}