summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Milkie <milkie@mongodb.com>2022-07-19 15:21:50 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-19 20:04:50 +0000
commitd894ba136c7e3fbd7c979aad6128313ea690ec9c (patch)
tree288ef87049c2e4eef473042be349f84326e9cebf
parent6a9aece38e458c35e99b21f249260d018c9e6ccf (diff)
downloadmongo-d894ba136c7e3fbd7c979aad6128313ea690ec9c.tar.gz
SERVER-68150 add new package to building.md
-rw-r--r--docs/building.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/building.md b/docs/building.md
index e40334b5445..c37b31d5e53 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -18,6 +18,7 @@ To build MongoDB, you will need:
* `libcurl4-nss-dev`
* `libcurl4-gnutls-dev`
* On Ubuntu, the lzma library is required. Install `liblzma-dev`
+ * On Amazon Linux, the xz-devel library is required. `yum install xz-devel`
* 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`,