summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorLuca Falavigna <dktrkranz@debian.org>2011-02-10 23:06:42 +0100
committerLuca Falavigna <dktrkranz@debian.org>2011-02-10 23:06:42 +0100
commit8344b122eb4ee8818cde6ef2bb07726a672a2d23 (patch)
tree4bf6e72dba2fec6ead6946fac7d65ddb5b752f0a /README.txt
parent340d57481935334465037d97c0db1555b70c0eb1 (diff)
Imported Upstream version 2.0.1upstream/2.0.1
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.txt b/README.txt
index 7280480..e08297f 100644
--- a/README.txt
+++ b/README.txt
@@ -2,7 +2,7 @@
SCons - a software construction tool
- Version 2.0.0.final.0
+ Version 2.0.1
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.0.0.final.0" and "sconsign-2.0.0.final.0"
+ -- Install the version-numbered "scons-2.0.1" and "sconsign-2.0.1"
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.0.0.final.0" and
- "sconsign-2.0.0.final.0" scripts by specifying the "--hardlink-scons"
+ scripts be hard links or symbolic links to the "scons-2.0.1" and
+ "sconsign-2.0.1" scripts by specifying the "--hardlink-scons"
or "--symlink-scons" options on the command line.
- -- Install "scons-2.0.0.final.0.bat" and "scons.bat" wrapper scripts in the
+ -- Install "scons-2.0.1.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.0.0.final.0.bat" and "scons.bat" files
+ specified to have "scons-2.0.1.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.0.0.final.0 or C:\Python*\scons-2.0.0.final.0, for example).
+ (/usr/lib/scons-2.0.1 or C:\Python*\scons-2.0.1, 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, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
-src/README.txt 5023 2010/06/14 22:05:46 scons
+src/README.txt 5134 2010/08/16 23:02:40 bdeegan