Difference between revisions of "GEOS"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://geos.refractions.net/downloads/geos-{{geos-Version}}.tar.bz2 |} ---- {{Package-Introduction|GEOS i...)
 
 
Line 73: Line 73:
 
|libgeos_c.{a,la,so}, libgeos.{a,la,so}
 
|libgeos_c.{a,la,so}, libgeos.{a,la,so}
 
|}
 
|}
 +
 +
[[Category:Science_Engineering]]

Latest revision as of 11:21, 18 August 2008

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}