Skip to content

Commit 8d08365

Browse files
committed
minor: update libmongoc installation docs
This adds a brief reminder about `--enable-static` if desired.
1 parent 041cf76 commit 8d08365

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/mongocxx-v3/installation.md

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ The mongocxx driver builds on top of the MongoDB C driver.
3030
Follow the instructions at
3131
[Installing libmongoc](http://mongoc.org/libmongoc/current/installing.html).
3232

33+
If you need static libraries, be sure to use the `--enable-static`
34+
configure option when building libmongoc.
35+
3336
### Step 2: Choose a C++17 polyfill
3437

3538
The mongocxx driver uses the experimental C++17 features

0 commit comments

Comments
 (0)