mongodb数据库 linux下编译mongodb的c++驱动

由于工作项目开发的需要 要使用mongodb数据库  需要手动编译mongo的c++库,花费了大概两天的时间,终于搞定,主要是上网搜资料。以下是本人收藏的几篇博客

https://mongodb.github.io/mongo-cxx-driver/legacy-v1/官网的安装教程

https://github.com/mongodb/mongo-cxx-driver/releases



博客:

http://blog.csdn.net/w1282109144/article/details/51439005

http://www.linuxdiyf.com/linux/20749.html


http://blog.csdn.net/csfreebird/article/details/25512251

http://blog.csdn.net/aahello123/article/details/46432155

http://blog.csdn.net/yuandianlws/article/details/7031136

http://blog.5ibc.net/p/85633.html

http://blog.csdn.net/hhq163/article/details/52056948

http://blog.csdn.net/firebird321/article/details/49634221

http://www.cnblogs.com/pluse/p/5491300.html

http://www.cnblogs.com/pluse/p/5491300.html

http://blog.csdn.net/beyondhaven/article/details/12710197

需要用到git  git的安装

https://www.kernel.org/pub/software/scm/git/

http://blog.csdn.net/benkaoya/article/details/8082032

涉及到很重要的几个操作就是cmake的安装和git的安装 scons的安装

你可能感兴趣的:(c++)