[geos-commits] [SCM] GEOS branch master updated. a453c27a1b428d95722da8f5793cb55567099f7a

git at osgeo.org git at osgeo.org
Wed Sep 11 02:53:55 PDT 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  a453c27a1b428d95722da8f5793cb55567099f7a (commit)
      from  f2c4b848c8a9ff0f86c29d9dd17e87c2de1ca057 (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 a453c27a1b428d95722da8f5793cb55567099f7a
Author: nila <n_larsson at yahoo.com>
Date:   Wed Sep 11 10:56:55 2019 +0200

    add cmake doxygen build documentation

diff --git a/README.md b/README.md
index 5071d33..63124fe 100644
--- a/README.md
+++ b/README.md
@@ -186,11 +186,19 @@ Python bindings are available via:
 
 ## Documentation
 
-To build Doxygen documentation:
+Doxygen documentation can be generated using either the autotools or CMake build
+systems.
+
+### Using Autotools:
 
     cd doc
     make doxygen-html
 
+### Using CMake:
+
+    cmake -DBUILD_DOCUMENTATION=YES
+    make docs
+
 ## Style
 
 To format your code into the desired style, use the astyle

-----------------------------------------------------------------------

Summary of changes:
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list