1. 程式人生 > >mongodb資料庫 linux下編譯mongodb的c++驅動

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的安裝