diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-09-21 18:10:58 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-09-21 18:10:58 (GMT) |
commit | c575e233bfdb9f2ce9a368cfe1ca70366fb02873 (patch) | |
tree | 54a816f30eec891b3ecc2e0028f487f1f2cad6a4 /src/README.txt | |
parent | 859dd4545a76e4f2d7bc90e8193a9175fbc0060b (diff) | |
parent | 07efb42b5d952fb628471601227144ca167d6313 (diff) | |
download | SCons-c575e233bfdb9f2ce9a368cfe1ca70366fb02873.zip SCons-c575e233bfdb9f2ce9a368cfe1ca70366fb02873.tar.gz SCons-c575e233bfdb9f2ce9a368cfe1ca70366fb02873.tar.bz2 |
change tree back to development mode and bring back changes from release branch
Diffstat (limited to 'src/README.txt')
-rw-r--r-- | src/README.txt | 43 |
1 files changed, 25 insertions, 18 deletions
diff --git a/src/README.txt b/src/README.txt index 5d880c2..d80460a 100644 --- a/src/README.txt +++ b/src/README.txt @@ -28,7 +28,8 @@ the latest version by checking the SCons download page at: EXECUTION REQUIREMENTS ====================== -Running SCons requires Python version 2.4 or later. There should be +Running SCons requires Python version 2.7.*. Currently it does not +run on the Python 3.x release. There should be no other dependencies or requirements to run SCons. (There is, however, an additional requirement to *install* SCons from this particular package; see the next section.) @@ -224,20 +225,26 @@ Check the SCons web site at: AUTHOR INFO =========== - -Steven Knight -knight at baldmt dot com -http://www.baldmt.com/~knight/ - -With plenty of help from the SCons Development team: - Chad Austin - Charles Crain - Steve Leblanc - Greg Noel - Gary Oberbrunner - Anthony Roach - Greg Spencer - Christoph Wiedemann - -__COPYRIGHT__ -__FILE__ __REVISION__ __DATE__ __DEVELOPER__ +SCons was originally written by Steven Knight, knight at baldmt dot com. +Since around 2010 it has been maintained by the SCons +development team, co-managed by Bill Deegan and Gary Oberbrunner, with +many contributors, including but not at all limited to: + +- Chad Austin +- Dirk Baechle +- Charles Crain +- William Deegan +- Steve Leblanc +- Rob Managan +- Greg Noel +- Gary Oberbrunner +- Anthony Roach +- Greg Spencer +- Tom Tanner +- Anatoly Techtonik +- Christoph Wiedemann +- Russel Winder + +\... and many others. + +Copyright (c) 2001 - 2015 The SCons Foundation |