GEOS

From CBLFS
Jump to navigationJump to search
Download Source: http://geos.refractions.net/downloads/geos-3.0.0.tar.bz2

Introduction to GEOS

GEOS is a complete C++ implementation of the functions and predicates defined in the OpenGIS "Simple Features for SQL" specification.

Project Homepage: http://geos.refractions.net


Dependencies

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

To do ...

Install the package:

make install

N32

Compile the package:

To do ...

Install the package:

make install

64Bit

Compile the package:

To do ...

Install the package:

make install

Contents

Installed Directories: /usr/include/geos
Installed Programs: geos-config, XMLTester
Installed Libraries: libgeos_c.{a,la,so}, libgeos.{a,la,so}