summaryrefslogtreecommitdiff
path: root/src/3rd_party/bson_c_lib/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rd_party/bson_c_lib/README.md')
-rw-r--r--src/3rd_party/bson_c_lib/README.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/3rd_party/bson_c_lib/README.md b/src/3rd_party/bson_c_lib/README.md
new file mode 100644
index 0000000000..81a2887b5d
--- /dev/null
+++ b/src/3rd_party/bson_c_lib/README.md
@@ -0,0 +1,39 @@
+# README #
+Library for converting to and from BSON
+
+## Build library ##
+```bash
+make
+```
+
+## Build and run sample program ##
+```bash
+make sample
+LD_LIBRARY_PATH=. ./sample
+```
+
+### What is this repository for? ###
+
+* Quick summary
+* Version
+* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
+
+### How do I get set up? ###
+
+* Summary of set up
+* Configuration
+* Dependencies
+* Database configuration
+* How to run tests
+* Deployment instructions
+
+### Contribution guidelines ###
+
+* Writing tests
+* Code review
+* Other guidelines
+
+### Who do I talk to? ###
+
+* Repo owner or admin
+* Other community or team contact \ No newline at end of file