Changes between Version 2 and Version 3 of UsersWikiPostGIS20Ubuntu1004src


Ignore:
Timestamp:
Mar 7, 2012, 2:40:07 AM (12 years ago)
Author:
Mike Taves
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Ubuntu1004src

    v2 v3  
    2020Optional packages for building documentation:
    2121{{{
    22 sudo apt-get install xsltproc docbook-xsl imagemagick
     22sudo apt-get install xsltproc docbook-xsl docbook-mathml imagemagick
    2323}}}
    2424(for building PDF documentation, add `dblatex`, but expect a large download)
    2525
    2626=== Build GEOS 3.3.2 ===
    27 PostGIS 2.0 requires GEOS >= 3.3.2 for topology support, however Ubuntu 10.04 only has GEOS 3.1.0 available in packages, so it needs to be built from source. Even if you don't need topology, you still need to build this package.
     27PostGIS 2.0 requires GEOS >= 3.3.2 for topology support.
    2828
    2929There are multiple ways to build GEOS, but this is the simplest: