diff --git a/docs/ref/contrib/gis/install.txt b/docs/ref/contrib/gis/install.txt
index 0b79543..c2daa5e 100644
a
|
b
|
For more details, please see the Debian instructions for :ref:`etch` below.
|
943 | 943 | |
944 | 944 | Use the synaptic package manager to install the following packages:: |
945 | 945 | |
946 | | $ sudo apt-get install binutils libgdal1-1.5.0 postgresql-8.3-postgis postgresql-server-dev-8.3 python-psycopg2 python-setuptools |
| 946 | $ sudo apt-get install binutils libgdal1-1.5.0 postgresql-8.3-postgis \ |
| 947 | postgresql-server-dev-8.3 python-psycopg2 python-setuptools |
947 | 948 | |
948 | 949 | Afterwards, you may install Django with Python's ``easy_install`` script (the |
949 | 950 | Ubuntu package ``python-django`` uses an older version missing several |
… |
… |
Optional packages to consider:
|
969 | 970 | * ``gdal-bin``: for GDAL command line programs like ``ogr2ogr`` |
970 | 971 | * ``python-gdal`` for GDAL's own Python bindings -- includes interfaces for raster manipulation |
971 | 972 | |
| 973 | 10.04 |
| 974 | ~~~~~ |
| 975 | |
| 976 | In Ubuntu 10.04 LTS PostgreSQL was upgraded to 8.4, as was GDAL, which is now |
| 977 | at version 1.6.0. Because of that, the package installation mentioned above |
| 978 | has to be slightly changed:: |
| 979 | |
| 980 | $ sudo apt-get install binutils libgdal1-1.6.0 postgresql-8.4-postgis \ |
| 981 | postgresql-server-dev-8.4 python-psycopg2 python-setuptools |
| 982 | |
| 983 | |
972 | 984 | .. note:: |
973 | 985 | |
974 | 986 | The Ubuntu ``proj`` package does not come with the datum shifting files |