We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041cf76 commit 8d08365Copy full SHA for 8d08365
docs/content/mongocxx-v3/installation.md
@@ -30,6 +30,9 @@ The mongocxx driver builds on top of the MongoDB C driver.
30
Follow the instructions at
31
[Installing libmongoc](http://mongoc.org/libmongoc/current/installing.html).
32
33
+If you need static libraries, be sure to use the `--enable-static`
34
+configure option when building libmongoc.
35
+
36
### Step 2: Choose a C++17 polyfill
37
38
The mongocxx driver uses the experimental C++17 features
0 commit comments