[geos-commits] [SCM] GEOS branch master updated. def92ef3d9fd0a0b80613bed1840a13be19c32bf
git at osgeo.org
git at osgeo.org
Thu Feb 7 10:08:19 PST 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, master has been updated
via def92ef3d9fd0a0b80613bed1840a13be19c32bf (commit)
from 91ed20d01a8894970b6164a9d5d887478076b6c3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit def92ef3d9fd0a0b80613bed1840a13be19c32bf
Author: mdavis <mtnclimb at gmail.com>
Date: Thu Feb 7 10:08:19 2019 -0800
Update 'README.md'
Minor formatting, add subheaders
diff --git a/README.md b/README.md
index 04ce52a..4d2c551 100644
--- a/README.md
+++ b/README.md
@@ -21,16 +21,18 @@ Building GEOS requires a C++11 compiler
### Unix
-#### Using Autotools:
+#### Gen Buildchain
+
+##### Using Autotools:
./autogen.sh # in ${srcdir}, if obtained from SVN or GIT
(mkdir obj && cd obj && ../configure)
-#### Using CMake:
+##### Using CMake:
(mkdir build && cd build && cmake ..)
-#### Either Autotools or CMake
+#### Build (both Autotools and CMake)
make
make check
@@ -101,22 +103,25 @@ Basic usage examples can be found in `doc/example.cpp`.
### Scripting language bindings
+#### Ruby
Ruby bindings are fully supported. To build, use the `--enable-ruby` option
when configuring:
./configure .. --enable-ruby
+#### PHP
Since version 3.6.0 PHP bindings are not included in the core
library anymore but available as a separate project:
* https://git.osgeo.org/gitea/geos/php-geos
+#### Python
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.
+ 3. Call functions from `libgeos_c` via Python ctypes.
## Documentation
-----------------------------------------------------------------------
Summary of changes:
README.md | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list