mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-28199 Raise minimum required scons version
This commit is contained in:
parent
a271833d0e
commit
c2c8abc0a6
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user