diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-02 11:43:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-02 11:43:59 +0200 |
commit | ce4614c8b5d138be5ec0b9f24dc8dd3296dd2af4 (patch) | |
tree | 5473294fb67614b735911f0a6ba90346c7beb923 /README.txt | |
parent | f46f0f9e847e1f1002ea96aa2467de11e9754fa2 (diff) | |
parent | daa63b77a7e2963e59a238e0dca7ceffce91ee99 (diff) |
Merge tag 'upstream/2.3.6'
Upstream version 2.3.6
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -2,7 +2,7 @@ SCons - a software construction tool - Version 2.3.5 + Version 2.3.6 This is SCons, a tool for building software (and other files). SCons is @@ -56,7 +56,7 @@ provided Python-standard setup script as follows: By default, the above command will do the following: - -- Install the version-numbered "scons-2.3.5" and "sconsign-2.3.5" + -- Install the version-numbered "scons-2.3.6" and "sconsign-2.3.6" scripts in the default system script directory (/usr/bin or C:\Python*\Scripts, for example). This can be disabled by specifying the "--no-version-script" option on the command @@ -70,17 +70,17 @@ By default, the above command will do the following: making it the default on your system. On UNIX or Linux systems, you can have the "scons" and "sconsign" - scripts be hard links or symbolic links to the "scons-2.3.5" and - "sconsign-2.3.5" scripts by specifying the "--hardlink-scons" + scripts be hard links or symbolic links to the "scons-2.3.6" and + "sconsign-2.3.6" scripts by specifying the "--hardlink-scons" or "--symlink-scons" options on the command line. - -- Install "scons-2.3.5.bat" and "scons.bat" wrapper scripts in the + -- Install "scons-2.3.6.bat" and "scons.bat" wrapper scripts in the Python prefix directory on Windows (C:\Python*, for example). This can be disabled by specifying the "--no-install-bat" option on the command line. On UNIX or Linux systems, the "--install-bat" option may be - specified to have "scons-2.3.5.bat" and "scons.bat" files + specified to have "scons-2.3.6.bat" and "scons.bat" files installed in the default system script directory, which is useful if you want to install SCons in a shared file system directory that can be used to execute SCons from both UNIX/Linux and @@ -88,7 +88,7 @@ By default, the above command will do the following: -- Install the SCons build engine (a Python module) in an appropriate version-numbered SCons library directory - (/usr/lib/scons-2.3.5 or C:\Python*\scons-2.3.5, for example). + (/usr/lib/scons-2.3.6 or C:\Python*\scons-2.3.6, for example). See below for more options related to installing the build engine library. @@ -240,4 +240,4 @@ With plenty of help from the SCons Development team: Christoph Wiedemann Copyright (c) 2001 - 2015 The SCons Foundation -src/README.txt pchdll:3325:cd517fae59a4 2015/06/18 06:53:27 bdbaddog +src/README.txt rel_2.3.5:3347:d31d5a4e74b6 2015/07/31 14:36:10 bdbaddog |