git config --global user.name userName git config --global user.email userEmail 分支35 标签257 Kevin AlbertsonCDRIVER-5997 speed up CSE endpoint tests (...27a824c5天前 7673 次提交 .evergreen CDRIVER-5985 remove username derivation for MONGODB-X509 (#2000) ...
git clone https://github.com/mongodb/libbson.git . 编译后的文件可以在这里下载 mongo-c-driver-win32-bin.7z mongo-c-driver-win64-bin.7z 2、编译libbson 这里先需要使用cmake工具来生成VS2013的项目文件。如果没有安装cmake,请先安装。 进入mongo-c-driver/src/libbson目录,打开命令行窗口,执行以下命...
2. 对当前文件夹,执行git初始化命令(构建过程需要git下载一些东西,如果没有这个步骤会报错) git init 3. 在mongo-cxx-driver-releases-v3.5中创建一个准备构建的文件夹: mkdircmake-build 4. 进入cmake-build文件夹 cd cmake-build 5. 配置驱动环境 cmake .. -G"Visual Studio 15 2017 Win64""-DCMAKE...
一、安装驱动mongocxx-driver mongocxx依赖与mongo-c-driver,所以我们会先安装mongo-c-driver然后再安装mongo-cxx。 1、安装mongo-c-driver #下载1.71.1版本的压缩包 wget https:///mongodb/mongo-c-driver/releases/download/1.17.1/mongo-c-driver-1.17.1.tar.gz #解压压缩包 tar zxvf mongo-c-driver-1.17...
set (ENABLE_STATIC AUTO CACHE STRING "Build and install static libbson/libmongoc. Set to ON/AUTO/OFF/BUILD_ONLY/DONT_INSTALL, default AUTO.") option (ENABLE_TESTS "Build MongoDB C Driver tests." ON) option (ENABLE_EXAMPLES "Build MongoDB C Driver examples." ON) set (ENABLE_SRV ...
git clone -b releases/stable https://github.com/mongodb/mongo-cxx-driver.gitNote This branch is regularly force-pushed to refer to the latest stable release.Driver Development StatusImportant Relevant bug fixes will be backported from the current major version to the previous major version for a...
benchmarks/MongoDB.Driver.Benchmarks evergreen specifications src tests tools .editorconfig .gitattributes .gitignore CODEOWNERS CONTRIBUTING.md CSharpDriver.sln CSharpDriver.sln.DotSettings GitVersion.yml LICENSE.md MongoDB.Driver.snk MongoDB.ruleset ...
MongoDB ODBC Driver A 64-bit unicode ODBC driver for connecting to Atlas Data Federation using the MongoSQL dialect. If you're looking for an ODBC driver to use with theMongoDB Connector for BI, please see themongodb/mongo-bi-connector-odbc-driverrepository. ...
Simple C Driver for MongoDB. Contribute to Kronuz/mongo-c-driver development by creating an account on GitHub.
(6) 在c:\boost里建立一个lib目录,然后将boost的lib文件放在lib目录下 (7) 直接下载mongodb整个源码https://github.com/mongodb/mongo.git(最新版本2.5.3),c++ driver的源码也在其中,目录c:\mongo (8) 修改scons的编译文件,这个文件在我机器上运行有点问题,怎么都不能取得boost lib的文件,于是直接修改源码...