Add missing LIBS
[geos.git] / php / README
bloba2e691348ea600b9745958a0b94f1b0b65189c4a
1 PHP module for GEOS
2 ===================
4   Date: Fri Jun 18 15:52:57 CEST 2010
5   Author: Sandro Santilli <strk@keybit.net>
7 The code in this directory provides a PHP module to
8 make use of functionalities of the GEOS library.
9 The bindings are linked to the C-API, for betters stability.
11 REQUIREMENTS
12 ------------
14 You need php5 development tools, often found in
15 packages named something like 'php5-dev'. 
17 BUILD
18 -----
20 Just add --enable-php to your GEOS configure line
21 and run 'make'.
23 TESTING
24 -------
26 Automated testing should be executed on 'make check'
27 togheter with the rest of the GEOS testsuite.
28 You can still run 'make check' from this dir for
29 localized (php-only) testing.
31 Note that you'll need phpunit installed for this to work.
32 To install:
34   sudo pear install --force --alldeps phpunit/phpunit
36 INSTALL
37 -------
39 As root (or owner with write access to the directory
40 returned by php-config --extension-dir),
41 run 'make install'
43 USAGE
44 -----
46  ... TODO ...
47  (reference some automatically built doc?)