You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libmongoc/doc/installing.rst
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,15 +106,15 @@ Building from a release tarball
106
106
107
107
Unless you intend to contribute to mongo-c-driver and/or libbson, you will want to build from a release tarball.
108
108
109
-
The most recent release of libmongoc and libbson, both of which are included in mongo-c-driver, is |release| and can be :release:`downloaded here <>`. The instructions in this document utilize ``cmake``'s out-of-source build feature to keep build artifacts separate from source files.
109
+
The most recent release of libmongoc and libbson, both of which are included in mongo-c-driver, can be downloaded here <https://github.com/mongodb/mongo-c-driver/releases/latest>. The instructions in this document utilize ``cmake``'s out-of-source build feature to keep build artifacts separate from source files.
110
110
111
111
The following snippet will download and extract the driver, and configure it:
@@ -125,7 +125,7 @@ If ``cmake`` completed successfully, you will see a considerable amount of outpu
125
125
126
126
.. parsed-literal::
127
127
128
-
-- Build files have been written to: /home/user/mongo-c-driver-|release|/cmake-build
128
+
-- Build files have been written to: /home/user/mongo-c-driver-x.y.z/cmake-build
129
129
130
130
If ``cmake`` concludes with anything different, then there is likely an error or some other problem with the build. Review the output to identify and correct the problem.
131
131
@@ -175,7 +175,6 @@ Clone the repository and build the current master or a particular release tag:
175
175
$ cd mongo-c-driver
176
176
$ git checkout x.y.z # To build a particular release
0 commit comments