此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/mongodb/mongo-c-driver master 克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支48 标签247 Kevin AlbertsonCDRIVER-5900 sync `non-lb-connection-estab...e5bc5a86天前...
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目录,打开命令行窗口,执行以下命...
一、安装驱动mongocxx-driver mongocxx依赖与mongo-c-driver,所以我们会先安装mongo-c-driver然后再安装mongo-cxx。 1、安装mongo-c-driver #下载1.71.1版本的压缩包 wget https://github.com/mongodb/mongo-c-driver/releases/download/1.17.1/mongo-c-driver-1.17.1.tar.gz #解压压缩包 tar zxvf mongo-c-...
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...
2.(mongo-cxx-driver编译过程) 需要安装git sudoyuminstallgit 3. CMake的安装 请参考我的这篇文章 https://www.cnblogs.com/music-liang/p/12900511.html 3.CentOS7安装 mongo-c-driver 下载最新版本驱动 ,这里是 1.16.2 下载地址: https://github.com/mongodb/mongo-c-driver/releases ...
git clone https://github.com/mongodb/mongo-cxx-driver.git \ --branch releases/stable --depth 1 cd mongo-cxx-driver/build 如果你更喜欢下载源码,可以从mongocxx release页面下载一个你喜欢的发布版本的源码。例如,下面代码下载了 3.3.1 版本源码: ...
下载MongoDB C++ Driver的源码。我选择的是legacy1.0.0-rc0版本,所以直接把这个git库(https://github.com/mongodb/mongo-cxx-driver/releases/tag/legacy-1.0.0-rc0)clone下来就行。然后从命令行进入该文件夹,准备编译。我放在了D:\programs\mongodb\mongo-cxx-driver-legacy-1.0.0-rc0下面。
.gitignore SQL-982: Implement result set data loader (#15) Aug 24, 2022 Cargo.lock SQL-2546: Add missing c data types to odbc enum (#301) Feb 14, 2025 Cargo.toml SQL-2528: Move to workspace dependencies in odbc (#293) Jan 11, 2025 ...
CDRIVER-2407 polyfill rand_r in tests Nov 27, 2017 .clang-format CDRIVER-1167 Add clang-format config & remove uncrustify Dec 13, 2016 .gitattributes Rewrite the Windows evergreen config to emulate the *nix one Jun 16, 2016 .gitignore ...
Simple C Driver for MongoDB. Contribute to Kronuz/mongo-c-driver development by creating an account on GitHub.