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
+8-8
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,11 @@
58
58
59
59
<p>The following instructions are for UNIX-like systems such as GNU/Linux, FreeBSD, and Solaris. To build on Windows, see the instructions for <link xref="installing#building-windows">Building on Windows</link>.</p>
60
60
61
-
<p>The most recent release of the mongo-c-driver is 1.0.0 and can be <link href="https://github.com/mongodb/mongo-c-driver/releases/download/1.0.0/mongo-c-driver-1.0.0.tar.gz">downloaded here</link>. The following snippet will download and extract the current release of the driver.</p>
61
+
<p>The most recent release of the mongo-c-driver is 1.0.2 and can be <link href="https://github.com/mongodb/mongo-c-driver/releases/download/1.0.2/mongo-c-driver-1.0.2.tar.gz">downloaded here</link>. The following snippet will download and extract the current release of the driver.</p>
<p>Minimal dependencies are needed to build the MongoDB C driver. Optionally, if you want Kerberos (GSSAPI) or SSL support, you need to install <code>libsasl2</code> and <code>OpenSSL</code> libraries and development headers respectively.</p>
68
68
@@ -129,8 +129,8 @@ Install man pages : yes
129
129
<p>The following commands will download the most recent MongoDB binary release and install it using the <code>pkgadd</code> command on Solaris 10.</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>
144
144
145
-
<screen>cd mongo-c-driver-1.0.0\src\libbson
145
+
<screen>cd mongo-c-driver-1.0.2\src\libbson
146
146
cmake -G "Visual Studio 10 Win64" "-DCMAKE_INSTALL_PREFIX=C:\mongo-c-driver"</screen>
147
147
148
148
<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