diff options
author | Andrew Morrow <acm@mongodb.com> | 2017-05-22 12:26:22 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2017-06-12 17:23:33 -0400 |
commit | 672ef12fe402bb718f7c167467219560110a8379 (patch) | |
tree | a4570b33b8f012fc4c3e7b1ca1c79df18fe223e5 /docs/building.md | |
parent | 90c32254af51f11aa494bc061f0afe2669c1189d (diff) | |
download | mongo-672ef12fe402bb718f7c167467219560110a8379.tar.gz |
SERVER-26537 Require clang 3.8, XCode 8.3, MSVC 20125 U3 to build
Diffstat (limited to 'docs/building.md')
-rw-r--r-- | docs/building.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/building.md b/docs/building.md index dedb459f9d5..2a746414331 100644 --- a/docs/building.md +++ b/docs/building.md @@ -5,8 +5,8 @@ To build MongoDB, you will need: * A modern C++ compiler. One of the following is required. * GCC 5.4.0 or newer - * Clang 3.7 (or Apple XCode 7.0.2 Clang) or newer - * Visual Studio 2015 Update 2 or newer (See Windows section below for details) + * 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) * Python 2.7.x and Pip modules: * pyyaml * typing @@ -71,9 +71,9 @@ Build requirements: * Visual Studio 2015 Update 2 or newer * Python 2.7, ActiveState ActivePython 2.7.x Community Edition for Windows is recommended -If using VS 2015 Update 3, a hotfix is required to build the unit tests. See -https://support.microsoft.com/en-us/help/3207317/visual-c-optimizer-fixes-for-visual-studio-2015-update-3 -for details. +If using VS 2015 Update 3, two hotfixes are required to build. For details, see: +* https://support.microsoft.com/en-us/help/3207317/visual-c-optimizer-fixes-for-visual-studio-2015-update-3 +* https://support.microsoft.com/en-za/help/4020481/fix-link-exe-crashes-with-a-fatal-lnk1000-error-when-you-use-wholearch Or download a prebuilt binary for Windows at www.mongodb.org. |