SERVER-113317 remove obsolete target ref from building docs (#43419)

GitOrigin-RevId: 9652853233f7f5070fd6a272885edd76af934a3f
This commit is contained in:
Daniel Moody 2025-10-31 15:26:52 -05:00 committed by MongoDB Bot
parent 3828ad5e6a
commit 0b657cb995
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ To build MongoDB, you will need:
- On Amazon Linux, the xz-devel library is required. `yum install xz-devel` - On Amazon Linux, the xz-devel library is required. `yum install xz-devel`
- Python 3.10 - Python 3.10
- About 13 GB of free disk space for the core binaries (`mongod`, - 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. 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.