Ticket #13837: install-geodjango-ubuntu-10_04.diff

File install-geodjango-ubuntu-10_04.diff, 790 bytes (added by muanis, 14 years ago)

Patch to docs to include correct packages for Ubuntu 10.04

  • docs/ref/contrib/gis/install.txt

     
    969969* ``gdal-bin``: for GDAL command line programs like ``ogr2ogr``
    970970* ``python-gdal`` for GDAL's own Python bindings -- includes interfaces for raster manipulation
    971971
     97210.04
     973~~~~~
     974
     975In Ubuntu 10.04 LTS postgres was upgraded to 8.4, as GDAL, which was upgraded to 1.6.0, this way, the following packages should be installed::
     976
     977        $ sudo apt-get install binutils libgdal1-1.6.0 postgresql-8.4-postgis postgresql-server-dev-8.4 python-psycopg2 python-setuptools
     978
     979
    972980.. note::
    973981   
    974982    The Ubuntu ``proj`` package does not come with the datum shifting files
Back to Top