diff options
author | Sergey Galtsev <sergey.galtsev@mongodb.com> | 2021-01-20 21:09:54 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-01-21 00:10:20 +0000 |
commit | 29c56f7daba498989a4fffa9f573f5810cf0c68f (patch) | |
tree | 6116b3201c12b75dddfa338e710a1ba35046e0f8 /docs | |
parent | 3867ca1ae0aed85ebe5b2d9ec70f41e73786dcfc (diff) | |
download | mongo-29c56f7daba498989a4fffa9f573f5810cf0c68f.tar.gz |
SERVER-53598 update documentation with extra Ubuntu library required to build
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/building.md b/docs/building.md index e7f7a5bb89b..2f1fe5e34b9 100644 --- a/docs/building.md +++ b/docs/building.md @@ -17,6 +17,7 @@ To build MongoDB, you will need: * `libcurl4-openssl-dev` * `libcurl4-nss-dev` * `libcurl4-gnutls-dev` + * On Ubuntu, the lzma library is required. Install `liblzma-dev` * Python 3.7.x and Pip modules: * See the section "Python Prerequisites" below. * About 13 GB of free disk space for the core binaries (`mongod`, |