File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta name ="generator " content ="Hugo 0.21 " />
4
+ < meta name ="generator " content ="Hugo 0.25.1 " />
5
5
< meta charset ="utf-8 ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< meta name ="description " content ="">
Original file line number Diff line number Diff line change @@ -1237,11 +1237,11 @@ <h3 id="step-3-download-the-latest-version-of-the-mongocxx-driver">Step 3: Downl
1237
1237
< p > If you prefer to download a tarball, look on the < a href ="https://github.com/mongodb/mongo-cxx-driver/releases "> mongocxx
1238
1238
releases</ a > page for a
1239
1239
link to the release tarball for the version you wish you install. For
1240
- example, to download version 3.1.1 :</ p >
1240
+ example, to download version 3.1.2 :</ p >
1241
1241
1242
- < pre > < code class ="language-sh "> curl -OL https://github.com/mongodb/mongo-cxx-driver/archive/r3.1.1 .tar.gz
1243
- tar -xzf r3.1.1 .tar.gz
1244
- cd mongo-cxx-driver-r3.1.1 /build
1242
+ < pre > < code class ="language-sh "> curl -OL https://github.com/mongodb/mongo-cxx-driver/archive/r3.1.2 .tar.gz
1243
+ tar -xzf r3.1.2 .tar.gz
1244
+ cd mongo-cxx-driver-r3.1.2 /build
1245
1245
</ code > </ pre >
1246
1246
1247
1247
< p > Make sure you change to the < code > build</ code > directory of whatever source tree you
You can’t perform that action at this time.
0 commit comments