Changes between Version 1 and Version 2 of UsersWikiPostGIS20Debian60src


Ignore:
Timestamp:
Mar 26, 2012, 5:00:37 AM (12 years ago)
Author:
Mike Taves
Comment:

update for beta4

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Debian60src

    v1 v2  
    3636make
    3737sudo make install
     38cd ..
    3839}}}
    3940
    4041== Build PostGIS ==
    4142{{{
    42 wget http://postgis.refractions.net/download/postgis-2.0.0beta2SVN.tar.gz
    43 tar xfvz postgis-2.0.0beta2SVN.tar.gz
    44 cd postgis-2.0.0beta2SVN
     43wget http://postgis.refractions.net/download/postgis-2.0.0beta4.tar.gz
     44tar xfvz postgis-2.0.0beta4.tar.gz
     45cd postgis-2.0.0beta4
    4546}}}
    4647PostGIS 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:
     
    4950make
    5051sudo make install
     52sudo ldconfig
    5153sudo make comments-install
    5254}}}