Skip to content

Commit

Permalink
SERVER-36205 format libcurl-dev instructions in building.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Schubes committed Dec 3, 2018
1 parent 55e72b0 commit 3f92356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/building.md
Expand Up @@ -8,8 +8,8 @@ To build MongoDB, you will need:
* 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
* Fedora/RHEL - `dnf install libcurl-devel`
* Ubuntu/Debian - `apt-get install libcurl-dev`
* Python 2.7.x and Pip modules:
* pyyaml
* typing
Expand Down

0 comments on commit 3f92356

Please sign in to comment.