@@ -62,7 +62,7 @@ communications to ascertain the necessary details, delaying a useful response.
62
62
Here is a made-up example of a help request that provides the relevant
63
63
information:
64
64
65
- Hello, I'm trying to build the C driver with SSL, from mongo-c-driver-1.1.10 .tar.gz. I'm on Ubuntu
65
+ Hello, I'm trying to build the C driver with SSL, from mongo-c-driver-1.2.0 .tar.gz. I'm on Ubuntu
66
66
14.04, 64-bit Intel, with gcc 4.8.2. I run configure like::
67
67
68
68
$ ./configure --enable-sasl=yes
@@ -95,13 +95,13 @@ Building from Release Tarball
95
95
Unless you intend on contributing to the mongo-c-driver, you will want to build
96
96
from a release tarball.
97
97
98
- The most current release is 1.1.10 which you can download here.
99
- `mongo-c-driver-1.1.10 .tar.gz <https://github.com/mongodb/mongo-c-driver/releases/download/1.1.10 /mongo-c-driver-1.1.10 .tar.gz >`_.
98
+ The most current release is 1.2.0 which you can download here.
99
+ `mongo-c-driver-1.2.0 .tar.gz <https://github.com/mongodb/mongo-c-driver/releases/download/1.2.0 /mongo-c-driver-1.2.0 .tar.gz >`_.
100
100
101
101
To build on UNIX-like systems, do the following::
102
102
103
- $ tar xzf mongo-c-driver-1.1.10 .tar.gz
104
- $ cd mongo-c-driver-1.1.10
103
+ $ tar xzf mongo-c-driver-1.2.0 .tar.gz
104
+ $ cd mongo-c-driver-1.2.0
105
105
$ ./configure
106
106
$ make
107
107
$ sudo make install
@@ -112,7 +112,7 @@ To see all of the options available to you during configuration, run::
112
112
113
113
To build on Windows Vista or newer with Visual Studio 2010, do the following::
114
114
115
- cd mongo-c-driver-1.1.10
115
+ cd mongo-c-driver-1.2.0
116
116
cd src\libbson
117
117
cmake -DCMAKE_INSTALL_PREFIX=C:\usr -G "Visual Studio 10 Win64" .
118
118
msbuild.exe ALL_BUILD.vcxproj
0 commit comments