1
- MongoDB Legacy C++ Driver README
2
-
1
+ # MongoDB Legacy C++ Driver [ ![ Build Status] ( https://travis-ci.org/mongodb/mongo-cxx-driver.png?branch=legacy )] ( https://travis-ci.org/mongodb/mongo-cxx-driver )
3
2
Welcome to the MongoDB Legacy C++ Driver!
4
3
5
4
This driver is an extraction of the "Server C++ Driver" from the primary
@@ -8,35 +7,35 @@ from the server sources if at all possible. Please note that as of
8
7
MongoDB 2.6.0-rc1, it is no longer possible to build the driver from
9
8
the server sources: this repo is the only approved source for driver builds.
10
9
11
- COMPONENTS
10
+ ## Components
12
11
13
12
libmongoclient.[ so|dylib|dll] - The shared mongoclient library
14
13
libmongoclient.a - The static mongoclient library (but see notes)
15
14
16
- BUILDING
15
+ ## Building
17
16
18
17
See http://docs.mongodb.org/ecosystem/tutorial/download-and-compile-cpp-driver/
19
18
20
19
The above instructions (currently) assume that you are building from the server
21
20
repository, but the will work with this repository as described.
22
21
23
- NOTES
22
+ ## Notes
24
23
25
24
Use of the static library is discouraged, and support may be removed soon. To properly
26
25
link against the static library on ELF platforms, you must link it with the
27
26
--whole-archive flag to ld. The static library is not useable on Windows since
28
27
there is no analogue to --whole-archive. The static library may work on OS X, but
29
28
we still strongly recommend using the dynamic library.
30
29
31
- DOCUMENTATION
30
+ ## Documentation
32
31
33
32
http://docs.mongodb.org/ecosystem/drivers/cpp/
34
33
35
- MAIL LISTS AND IRC
34
+ ## Mailing Lists and IRC
36
35
37
36
http://dochub.mongodb.org/core/community
38
37
39
- LICENSE
38
+ ## Licencse
40
39
41
40
The source files in this repository are made available under the terms of the
42
41
Apache License, version 2.0.
0 commit comments