README Library for converting to and from BSON Build library ./configure make Install library sudo make install Apple Platforms There is a CocoaPod for iOS, MacOS, tvOS, and watchOS. Add to your podfile: pod 'BiSON' Build and run sample program cd examples gcc -o sample sample.c -lbson ./sample