diff options
author | James Axl <axlrose112@gmail.com> | 2017-03-14 00:21:11 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:30 +0700 |
commit | bd1648a1e7e517feb2e6d0db5ca10050196541eb (patch) | |
tree | f75359a47a7d4ee60cdaeed9ec8923a34b2920f9 /libraries/mongo-c-driver/README | |
parent | 4c172cbde73f43d115a0fb3116f9b2d1b23e5962 (diff) |
libraries/mongo-c-driver: Added (C driver for MongoDB).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/mongo-c-driver/README')
-rw-r--r-- | libraries/mongo-c-driver/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/mongo-c-driver/README b/libraries/mongo-c-driver/README new file mode 100644 index 0000000000000..3bcd2985c3e4c --- /dev/null +++ b/libraries/mongo-c-driver/README @@ -0,0 +1,6 @@ +mongo-c is is the official C driver for MongoDB. + +Optional Dependency + +To build documentation, install sphinx and run + DOCS="yes" ./mongo-c-driver.SlackBuild |