Skip to content

Commit

Permalink
Updated version of PostGIS in GeoDjango install docs.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jbronn committed Oct 11, 2010
1 parent f85f79e commit c4cbbb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ref/contrib/gis/install.txt
Expand Up @@ -240,9 +240,9 @@ installed prior to building PostGIS.

First download the source archive, and extract::

$ wget http://postgis.refractions.net/download/postgis-1.5.1.tar.gz
$ tar xzf postgis-1.5.1.tar.gz
$ cd postgis-1.5.1
$ wget http://postgis.refractions.net/download/postgis-1.5.2.tar.gz
$ tar xzf postgis-1.5.2.tar.gz
$ cd postgis-1.5.2

Next, configure, make and install PostGIS::

Expand Down

0 comments on commit c4cbbb2

Please sign in to comment.