summaryrefslogtreecommitdiff
path: root/src/3rd_party/bson_c_lib/README.md
blob: 81a2887b5d9b5f16ef1e0602da4414d207eaaa3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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