root/MGET/Branches/Jason/Libraries/geos-3.3.2/php/README @ 891

Revision 891, 0.9 KB (checked in by jjr8, 17 months ago)

* Incremented build number.
* Added Libraries/geos-3.3.2

Line 
1PHP module for GEOS
2===================
3
4  Date: Fri Jun 18 15:52:57 CEST 2010
5  Author: Sandro Santilli <strk@keybit.net>
6
7The code in this directory provides a PHP module to
8make use of functionalities of the GEOS library.
9The bindings are linked to the C-API, for betters stability.
10
11REQUIREMENTS
12------------
13
14You need php5 development tools, often found in
15packages named something like 'php5-dev'.
16
17BUILD
18-----
19
20Just add --enable-php to your GEOS configure line
21and run 'make'.
22
23TESTING
24-------
25
26Automated testing should be executed on 'make check'
27togheter with the rest of the GEOS testsuite.
28You can still run 'make check' from this dir for
29localized (php-only) testing.
30
31INSTALL
32-------
33
34As root (or owner with write access to the directory
35returned by php-config --extension-dir),
36run 'make install'
37
38USAGE
39-----
40
41 ... TODO ...
42 (reference some automatically built doc?)
43
Note: See TracBrowser for help on using the browser.