From c2c8abc0a682be21c911e51ad368b09fd5d73ed7 Mon Sep 17 00:00:00 2001 From: Mark Benvenuto Date: Tue, 7 Mar 2017 11:14:39 -0500 Subject: SERVER-28199 Raise minimum required scons version --- SConstruct | 2 +- docs/building.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 01fddb0fa4b..9dba1fe61a2 100644 --- a/SConstruct +++ b/SConstruct @@ -19,7 +19,7 @@ import SCons # we are to avoid bulk loading all tools in the DefaultEnvironment. DefaultEnvironment(tools=[]) -EnsureSConsVersion( 2, 3, 0 ) +EnsureSConsVersion( 2, 3, 5 ) from buildscripts import utils from buildscripts import moduleconfig 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. -- cgit v1.2.1