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: doc/installing.page
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -67,12 +67,12 @@
67
67
<section id="unix-build">
68
68
<title>Building from a release tarball</title>
69
69
<p>Unless you intend on contributing to the mongo-c-driver, you will want to build from a release tarball.</p>
70
-
<p>The most recent release of libmongoc is 1.2.0 and can be <link href="https://github.com/mongodb/mongo-c-driver/releases/download/1.2.0/mongo-c-driver-1.2.0.tar.gz">downloaded here</link>. The following snippet will download and extract the driver, and configure it:</p>
70
+
<p>The most recent release of libmongoc is 1.2.1 and can be <link href="https://github.com/mongodb/mongo-c-driver/releases/download/1.2.1/mongo-c-driver-1.2.1.tar.gz">downloaded here</link>. The following snippet will download and extract the driver, and configure it:</p>
<p>Let's start by generating Visual Studio project files for libbson, a dependency of the C driver. The following assumes we are compiling for 64-bit Windows using Visual Studio 2010 Express which can be freely downloaded from Microsoft.</p>
168
168
169
-
<screen>cd mongo-c-driver-1.2.0\src\libbson
169
+
<screen>cd mongo-c-driver-1.2.1\src\libbson
170
170
cmake -G "Visual Studio 10 Win64" "-DCMAKE_INSTALL_PREFIX=C:\mongo-c-driver"</screen>
171
171
172
172
<p>Now that we have project files generated, we can either open the project in Visual Studio or compile from the command line. Let's build using the command line program <code>msbuild.exe</code></p>
0 commit comments