summaryrefslogtreecommitdiff
path: root/docs/building.md
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2017-03-07 11:14:39 -0500
committerMark Benvenuto <mark.benvenuto@mongodb.com>2017-03-07 11:14:39 -0500
commitc2c8abc0a682be21c911e51ad368b09fd5d73ed7 (patch)
treecaf0538a1e49997ce30a8762c782ec15626998c1 /docs/building.md
parenta271833d0edd7ca4aac67f3e7be55e102c631a93 (diff)
downloadmongo-c2c8abc0a682be21c911e51ad368b09fd5d73ed7.tar.gz
SERVER-28199 Raise minimum required scons version
Diffstat (limited to 'docs/building.md')
-rw-r--r--docs/building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building.md b/docs/building.md
index 6008a9b606f..54c85a8f26b 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -8,7 +8,7 @@ To build MongoDB, you will need:
* Clang 3.4 (or Apple XCode 5.1.1 Clang) or newer
* Visual Studio 2013 Update 2 or newer
* Python 2.7
-* SCons 2.3
+* SCons 2.3.5+
for the target x86, or x86-64 platform. More detailed platform instructions can be found below.