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

« Previous Version 3 Current »

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

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