mongoDb c driver

1,yum dependencies

Centos,RHEL Fedora:

$ sudo yum install git gcc automake autoconf libtool

Debian:

$ sudo apt-get install git gcc automake autoconf libtool

FreeBSD:

$ su -c ‘pkg install git gcc automake autoconf libtool‘

2,Fetch Sources and Build

git clone https://github.com/mongodb/mongo-c-driver.git
cd mongo-c-driver
./autogen.sh
make
sudo make install

参考
http://api.mongodb.org/c/current/tutorial.html#c-api
https://github.com/mongodb/mongo-c-driver

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。