[1.2.X] Updated version of PostGIS in GeoDjango install docs.
Backport of r14150 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d2724d883e
commit
cc1a41f3de
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue