Menu

Tree [r7948] / trunk / toolkits / basemap / geos-2.2.3 /
 History

HTTPS access


File Date Author Commit
 VisualStudio 2007-11-14 jswhit [r4291] include GEOS library source code
 doc 2007-11-14 jswhit [r4291] include GEOS library source code
 macros 2007-11-14 jswhit [r4291] include GEOS library source code
 source 2009-08-11 jdh2358 [r7464] added sampledoc_tut
 swig 2007-11-14 jswhit [r4291] include GEOS library source code
 tools 2007-11-14 jswhit [r4291] include GEOS library source code
 AUTHORS 2007-11-14 jswhit [r4291] include GEOS library source code
 COPYING 2007-11-14 jswhit [r4291] include GEOS library source code
 ChangeLog 2007-11-14 jswhit [r4291] include GEOS library source code
 INSTALL 2007-11-14 jswhit [r4291] include GEOS library source code
 Makefile.am 2007-11-14 jswhit [r4291] include GEOS library source code
 Makefile.in 2007-11-14 jswhit [r4291] include GEOS library source code
 NEWS 2007-11-14 jswhit [r4291] include GEOS library source code
 README 2007-11-14 jswhit [r4291] include GEOS library source code
 TODO 2007-11-14 jswhit [r4291] include GEOS library source code
 aclocal.m4 2007-11-14 jswhit [r4291] include GEOS library source code
 acsite.m4 2007-11-14 jswhit [r4291] include GEOS library source code
 config.guess 2007-11-14 jswhit [r4291] include GEOS library source code
 config.sub 2007-11-14 jswhit [r4291] include GEOS library source code
 configure 2009-08-11 jdh2358 [r7464] added sampledoc_tut
 configure.in 2009-01-15 jswhit [r6785] updated to work with recent versions of autoconf
 depcomp 2007-11-14 jswhit [r4291] include GEOS library source code
 install-sh 2007-11-14 jswhit [r4291] include GEOS library source code
 ltmain.sh 2007-11-14 jswhit [r4291] include GEOS library source code
 missing 2007-11-14 jswhit [r4291] include GEOS library source code

Read Me

BUILDING
========

Unix
-----

	# ./configure
	# make
	# make install

Win32
-----

Win32 Visual Studio Builds:
	source\makefile.vc


CLIENT APPLICATIONS
===================

Using the C interface (recommended)
-----------------------------------

To compile programs against the C lib (recommended):

	CFLAGS += `geos-config --cflags`
	LDFLAGS += `geos-config --ldflags` -lgeos_c
	#include <geos_c.h>

Example usage:

	source/capi/geostest.c contains basic usage
	examples.

Using the C++ interface (discouraged)
-------------------------------------

To compile programs against the C++ lib:

	CFLAGS += `geos-config --cflags`
	LDFLAGS += `geos-config --ldflags` -lgeos
	#include <geos.h>

Example usage:

	doc/example.cpp contains basic usage
	examples.


DOCUMENTATION
=============

	# cd doc; make doxygen-html

	http://geos.refractions.net

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.