Author: timo
Date: 2010-12-27 18:12:49 -0600 (Mon, 27 Dec 2010)
New Revision: 15075

Modified:
   django/trunk/docs/ref/contrib/gis/install.txt
Log:
Fixed #13837 - Add geodjango packages for Ubuntu 10.04; thanks muanis and zerok 
for the patch.

Modified: django/trunk/docs/ref/contrib/gis/install.txt
===================================================================
--- django/trunk/docs/ref/contrib/gis/install.txt       2010-12-27 23:58:41 UTC 
(rev 15074)
+++ django/trunk/docs/ref/contrib/gis/install.txt       2010-12-28 00:12:49 UTC 
(rev 15075)
@@ -943,7 +943,8 @@
 
 Use the synaptic package manager to install the following packages::
 
-    $ sudo apt-get install binutils libgdal1-1.5.0 postgresql-8.3-postgis 
postgresql-server-dev-8.3 python-psycopg2 python-setuptools
+    $ sudo apt-get install binutils libgdal1-1.5.0 postgresql-8.3-postgis \
+        postgresql-server-dev-8.3 python-psycopg2 python-setuptools
 
 Afterwards, you may install Django with Python's ``easy_install`` script (the
 Ubuntu package ``python-django`` uses an older version missing several
@@ -969,6 +970,17 @@
 * ``gdal-bin``: for GDAL command line programs like ``ogr2ogr``
 * ``python-gdal`` for GDAL's own Python bindings -- includes interfaces for 
raster manipulation
 
+10.04
+~~~~~
+
+In Ubuntu 10.04 LTS PostgreSQL was upgraded to 8.4, as was GDAL, which is now
+at version 1.6.0. Because of that, the package installation mentioned above
+has to be slightly changed::
+
+       $ sudo apt-get install binutils libgdal1-1.6.0 postgresql-8.4-postgis \
+        postgresql-server-dev-8.4 python-psycopg2 python-setuptools
+
+
 .. note::
 
     The Ubuntu ``proj`` package does not come with the datum shifting files

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to