From 0b657cb995dad868bcad36b58038f74f9fa4e141 Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Fri, 31 Oct 2025 15:26:52 -0500 Subject: [PATCH] SERVER-113317 remove obsolete target ref from building docs (#43419) GitOrigin-RevId: 9652853233f7f5070fd6a272885edd76af934a3f --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index ec37f8b3a93..ba975d8174e 100644 --- a/docs/building.md +++ b/docs/building.md @@ -21,7 +21,7 @@ To build MongoDB, you will need: - On Amazon Linux, the xz-devel library is required. `yum install xz-devel` - Python 3.10 - About 13 GB of free disk space for the core binaries (`mongod`, - `mongos`, and `mongo`) and about 600 GB for the install-all target. + `mongos`, and `mongo`). If using a newer version of a C++ compiler than listed above, it may work. However the versions listed above have been verified to work.