Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

GEOS is a C++ port of the Java Topology Suite.<br>
It is used by several fossg products including postgis and geio-django.<br>

See GEOS on this page for some good instructions:
    http://geodjango.org/docs/install.html

installation

$ wget http://download.osgeo.org/geos/geos-3.1.0.tar.bz2
$ tar xjf geos-3.1.0.tar.bz2
$ cd geos-3.1.0
$ ./configure
$ make
$ su
$ make install
$ exit

Read this if you have issues.

  • No labels