vaelen / mongodb-cxx-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple example app that uses the MongoDB "legacy" C++ driver.

You will need the Boost libraries, the MongoDB "legacy" C++ driver, and the autoconf-archive packages installed to build this project.

Build Process:

$ autoreconf --install
$ ./configure
$ make

About

License:Other


Languages

Language:C++ 66.5%Language:M4 18.1%Language:Makefile 15.4%