diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-11-07 00:15:55 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:27 +0700 |
commit | e2b2103860d080ff5cc1f779504081a2c60031e6 (patch) | |
tree | c65dd734ccf15de627cdb351a378997557723685 /libraries/libbson/README | |
parent | 373a648772cf8708d9f44ba4b931c09271234814 (diff) |
libraries/libbson: Updated for version 1.17.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libbson/README')
-rw-r--r-- | libraries/libbson/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/libbson/README b/libraries/libbson/README index 3c3c7b7dec986..151c173687b82 100644 --- a/libraries/libbson/README +++ b/libraries/libbson/README @@ -5,3 +5,6 @@ format of MongoDB. It also converts BSON to and from JSON, and provides a platform compatibility layer for the MongoDB C Driver. libbson conflicts with mongo-c-driver. + +To build the libbson documentation, install Sphinx and set +DOCS=yes |