summaryrefslogtreecommitdiff
path: root/README-local
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-02-16 16:13:12 -0700
committerMats Wichmann <mats@linux.com>2019-02-16 16:13:12 -0700
commit82b1c887016c044bf2437f3cfd34d56915d00574 (patch)
tree4306a74ca4e8475940c552d8589452d6b02b2b7e /README-local
parentf296600dd858fa07ef144fbcbf4ee36bc308abf3 (diff)
downloadscons-git-82b1c887016c044bf2437f3cfd34d56915d00574.tar.gz
Update a coupled of README files a bit.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'README-local')
-rw-r--r--README-local57
1 files changed, 45 insertions, 12 deletions
diff --git a/README-local b/README-local
index 584234d59..314d73532 100644
--- a/README-local
+++ b/README-local
@@ -44,13 +44,14 @@ scons-local package, or any SCons package, at the SCons download page:
EXECUTION REQUIREMENTS
======================
-Running SCons requires Python version 2.4 or later. There should be
-no other dependencies or requirements to run SCons.
+Running SCons requires either Python version 2.7.* or Python 3.5 or higher.
+There should be no other dependencies or requirements to run SCons.
The default SCons configuration assumes use of the Microsoft Visual C++
-compiler suite on WIN32 systems, and assumes a C compiler named 'cc',
-a C++ compiler named 'c++', and a Fortran compiler named 'g77' (such
-as found in the GNU C compiler suite) on any other type of system.
+compiler suite on WIN32 systems (either through the Visual Studio
+product, or through the separate Build Tools), and assumes a C compiler
+named 'cc', a C++ compiler named 'c++', and a Fortran compiler named 'g77'
+(such as found in the GNU Compiler Collection) on any other type of system.
You may, of course, override these default values by appropriate
configuration of Environment construction variables.
@@ -157,14 +158,23 @@ available at:
REPORTING BUGS
==============
-You can report bugs either by following the "Tracker - Bugs" link
-on the SCons project page:
+The SCons project welcomes bug reports and feature requests.
- http://sourceforge.net/projects/scons/
+Please make sure you send email with the problem or feature request to
+the SCons users mailing list, which you can join via the link below:
-or by sending mail to the SCons developers mailing list:
+ http://two.pairlist.net/mailman/listinfo/scons-users
+
+Once you have discussed your issue on the users mailing list and the
+community has confirmed that it is either a new bug or a duplicate of an
+existing bug, then please follow the instructions the community provides
+to file a new bug or to add yourself to the CC list for an existing bug
+
+You can explore the list of existing bugs, which may include workarounds
+for the problem you've run into, on GitHub:
+
+ https://github.com/SCons/scons/issues
- scons-devel@lists.sourceforge.net
MAILING LISTS
@@ -173,11 +183,34 @@ MAILING LISTS
A mailing list for users of SCons is available. You may send questions
or comments to the list at:
- scons-users@lists.sourceforge.net
+ scons-users@scons.org
You may subscribe to the scons-users mailing list at:
- http://lists.sourceforge.net/lists/listinfo/scons-users
+ http://two.pairlist.net/mailman/listinfo/scons-users
+
+An active mailing list for developers of SCons is available. You may
+send questions or comments to the list at:
+
+ scons-dev@scons.org
+
+You may subscribe to the developer's mailing list using form on this page:
+
+ http://two.pairlist.net/mailman/listinfo/scons-dev
+
+Subscription to the developer's mailing list is by approval. In practice, no
+one is refused list membership, but we reserve the right to limit membership
+in the future and/or weed out lurkers.
+
+There is also a low-volume mailing list available for announcements about
+SCons. Subscribe by sending email to:
+
+ announce-subscribe@scons.tigris.org
+
+There are other mailing lists available for SCons users, for notification of
+SCons code changes, and for notification of updated bug reports and project
+documents. Please see our mailing lists page for details.
+
FOR MORE INFORMATION