|
Revision 891, 0.9 KB
(checked in by jjr8, 17 months ago)
|
|
* Incremented build number.
* Added Libraries/geos-3.3.2
|
| Line | |
|---|
| 1 | PHP module for GEOS
|
|---|
| 2 | ===================
|
|---|
| 3 |
|
|---|
| 4 | Date: Fri Jun 18 15:52:57 CEST 2010
|
|---|
| 5 | Author: Sandro Santilli <strk@keybit.net>
|
|---|
| 6 |
|
|---|
| 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.
|
|---|
| 10 |
|
|---|
| 11 | REQUIREMENTS
|
|---|
| 12 | ------------
|
|---|
| 13 |
|
|---|
| 14 | You need php5 development tools, often found in
|
|---|
| 15 | packages named something like 'php5-dev'.
|
|---|
| 16 |
|
|---|
| 17 | BUILD
|
|---|
| 18 | -----
|
|---|
| 19 |
|
|---|
| 20 | Just add --enable-php to your GEOS configure line
|
|---|
| 21 | and run 'make'.
|
|---|
| 22 |
|
|---|
| 23 | TESTING
|
|---|
| 24 | -------
|
|---|
| 25 |
|
|---|
| 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.
|
|---|
| 30 |
|
|---|
| 31 | INSTALL
|
|---|
| 32 | -------
|
|---|
| 33 |
|
|---|
| 34 | As root (or owner with write access to the directory
|
|---|
| 35 | returned by php-config --extension-dir),
|
|---|
| 36 | run 'make install'
|
|---|
| 37 |
|
|---|
| 38 | USAGE
|
|---|
| 39 | -----
|
|---|
| 40 |
|
|---|
| 41 | ... TODO ...
|
|---|
| 42 | (reference some automatically built doc?)
|
|---|
| 43 |
|
|---|