[geos-commits] r2267 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Feb 2 17:53:08 EST 2009


Author: sgillies
Date: 2009-02-02 17:53:08 -0500 (Mon, 02 Feb 2009)
New Revision: 2267

Modified:
   trunk/README
Log:
Notes on state of scripting language bindings

Modified: trunk/README
===================================================================
--- trunk/README	2009-01-30 20:01:51 UTC (rev 2266)
+++ trunk/README	2009-02-02 22:53:08 UTC (rev 2267)
@@ -61,7 +61,20 @@
 	doc/example.cpp contains basic usage
 	examples.
 
+Scripting language bindings
+---------------------------
 
+Ruby bindings are fully supported. To build, use the --enable-ruby option when 
+configuring:
+
+    # ./configure ... --enable-ruby
+    
+Since version 3.0, the Python bindings are unsupported. Recommended options:
+
+ 1. Become or recruit a new maintainer.
+ 2. Use Shapely (http://pypi.python.org/pypi/Shapely) with Python versions 2.4 or greater.
+ 3. Simply call functions from libgeos_c via Python ctypes.
+
 DOCUMENTATION
 =============
 



More information about the geos-commits mailing list