这个版本已经和之前不一样了,有专门的github的项目。 首先获取源代码: git clone https://github.com/mongodb/mongo-cxx-driver.git git checkout 26compat scons --prefix=/usr --use-system-boost --sharedclient --full install-mongoclient # ls build
这个版本已经和之前不一样了,有专门的github的项目。
首先获取源代码:
git clone https://github.com/mongodb/mongo-cxx-driver.git
git checkout 26compat
scons --prefix=/usr --use-system-boost --sharedclient --full install-mongoclient
# ls build/linux2/use-system-boost/libmongoclient.a -alh -rw-r--r-- 1 root root 57M 5月 10 23:35 build/linux2/use-system-boost/libmongoclient.a # ls build/linux2/use-system-boost/libmongoclient.so -alh -rwxr-xr-x 1 root root 20M 5月 10 23:37 build/linux2/use-system-boost/libmongoclient.so
# ls /usr/lib/libmongoclient.* -alh -rw-r--r-- 1 root root 57M 5月 10 23:35 /usr/lib/libmongoclient.a -rwxr-xr-x 1 root root 20M 5月 10 23:37 /usr/lib/libmongoclient.so
c++怎么学习?c++怎么入门?c++在哪学?c++怎么学才快?不用担心,这里为大家提供了c++速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号