Update of /cvsroot/monetdb/buildtools/doc
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5978

Modified Files:
        windowsbuild.rst 
Log Message:
Added the geom component (and the geos library).


Index: windowsbuild.rst
===================================================================
RCS file: /cvsroot/monetdb/buildtools/doc/windowsbuild.rst,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- windowsbuild.rst    8 Jan 2008 11:46:42 -0000       1.7
+++ windowsbuild.rst    15 Jan 2008 09:30:40 -0000      1.8
@@ -80,6 +80,12 @@
 Also known as MonetDB Java, this component provides both the MonetDB
 JDBC driver and the XRPC wrapper.  This component is optional.
 
+geom
+----
+
+The geom component provides a module for the MonetDB SQL frontend.
+This component is optional.
+
 Prerequisites
 =============
 
@@ -229,6 +235,44 @@
 
 __ http://xmlsoft.org/
 
+geos (Geometry Engine Open Souce)
+---------------------------------
+
+Geos__ is a library that provides geometric functions.  This library
+is only a prerequisite for the geom component.
+
+There are no Windows binaries available (not that I looked very hard),
+so to get the software, you will have to get the source and build it
+yourself.  Get the a checkout with Subversion__::
+
+ svn checkout http://svn.osgeo.org/geos/branches/3.0 geos
+
+The ``geos-3.0.0.tar.bz2`` tar ball does not contain all the files
+needed to compile on Windows.  Also, at the time I tried, the trunk
+checkout which is suggested on the website also didn't compile on
+Windows.
+
+With the sources checked out, compile using::
+
+ cd source
+ nmake /f Makefile.vc
+
+Then install the sources somewhere, e.g. in ``C:\geos-3.0.win32``::
+
+ mkdir C:\geos-3.0.win32
+ mkdir C:\geos-3.0.win32\lib
+ mkdir C:\geos-3.0.win32\bin
+ mkdir C:\geos-3.0.win32\include
+ mkdir C:\geos-3.0.win32\include\geos
+ copy geos_c_i.lib C:\geos-3.0.win32\lib
+ copy geos_c.dll C:\geos-3.0.win32\bin
+ copy headers C:\geos-3.0.win32\include
+ copy headers\geos C:\geos-3.0.win32\include\geos
+ copy ..\capi\geos_c.h C:\geos-3.0.win32\include
+
+__ http://geos.refractions.net/
+__ http://subversion.tigris.org/
+
 Optional Packages
 =================
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to