summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2018-04-27 11:56:33 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2018-04-27 11:56:33 -0400
commita9423f8fac08e51b289777fd4431c6f261273c44 (patch)
tree95b4bda2e21f3974d32a537f6058299e26d3265d /docs
parent825e75dd34ff7cd1a969d70da024de712a698c51 (diff)
downloadmongo-a9423f8fac08e51b289777fd4431c6f261273c44.tar.gz
SERVER-34691 Disable Free Monitoring on Embedded SDK
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/building.md b/docs/building.md
index 3bcaf360dac..37bc0b5cf59 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -7,6 +7,9 @@ To build MongoDB, you will need:
* GCC 5.4.0 or newer
* Clang 3.8 (or Apple XCode 8.3.2 Clang) or newer
* Visual Studio 2015 Update 3 or newer (See Windows section below for details)
+* On Linux and macOS, the libcurl library and header is required. MacOS includes libcurl.
+ * Fedora/RHEL - dnf install libcurl-devel
+ * Ubuntu/Debian - apt-get install libcurl-dev
* Python 2.7.x and Pip modules:
* pyyaml
* typing