summaryrefslogtreecommitdiff
path: root/src/README.txt
diff options
context:
space:
mode:
authorLuca Falavigna <dktrkranz@debian.org>2010-01-23 15:22:02 +0100
committerLuca Falavigna <dktrkranz@debian.org>2010-01-23 15:22:02 +0100
commit48f19e9e5ecc069f379ad433fdaf280ac9b54e16 (patch)
treeccb7df7851740465e630eeda7f618e66d1f86f53 /src/README.txt
parent72c578fd4b0b4a5a43e18594339ac4ff26c376dc (diff)
Imported Upstream version 1.2.0.d20100117upstream/1.2.0.d20100117
Diffstat (limited to 'src/README.txt')
-rw-r--r--src/README.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/README.txt b/src/README.txt
index c347136..f2034b2 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -1,10 +1,10 @@
-# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 The SCons Foundation
-# src/README.txt 4577 2009/12/27 19:44:43 scons
+# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
+# src/README.txt 4629 2010/01/17 22:23:21 scons
SCons - a software construction tool
- Version 1.2.0.d20091224
+ Version 1.2.0.d20100117
This is SCons, a tool for building software (and other files). SCons is
@@ -60,12 +60,12 @@ In this case, your options are:
-- (Recommended.) Install from a pre-packaged SCons package that
does not require distutils:
- Red Hat Linux scons-1.2.0.d20091224-1.noarch.rpm
+ Red Hat Linux scons-1.2.0.d20100117-1.noarch.rpm
- Debian GNU/Linux scons_1.2.0.d20091224-1_all.deb
+ Debian GNU/Linux scons_1.2.0.d20100117-1_all.deb
(or use apt-get)
- Windows scons-1.2.0.d20091224.win32.exe
+ Windows scons-1.2.0.d20100117.win32.exe
-- (Optional.) Download the latest distutils package from the
following URL:
@@ -88,7 +88,7 @@ provided Python-standard setup script as follows:
By default, the above command will do the following:
- -- Install the version-numbered "scons-1.2.0.d20091224" and "sconsign-1.2.0.d20091224"
+ -- Install the version-numbered "scons-1.2.0.d20100117" and "sconsign-1.2.0.d20100117"
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
@@ -102,17 +102,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-1.2.0.d20091224" and
- "sconsign-1.2.0.d20091224" scripts by specifying the "--hardlink-scons"
+ scripts be hard links or symbolic links to the "scons-1.2.0.d20100117" and
+ "sconsign-1.2.0.d20100117" scripts by specifying the "--hardlink-scons"
or "--symlink-scons" options on the command line.
- -- Install "scons-1.2.0.d20091224.bat" and "scons.bat" wrapper scripts in the
+ -- Install "scons-1.2.0.d20100117.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-1.2.0.d20091224.bat" and "scons.bat" files
+ specified to have "scons-1.2.0.d20100117.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
@@ -120,7 +120,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-1.2.0.d20091224 or C:\Python*\scons-1.2.0.d20091224, for example).
+ (/usr/lib/scons-1.2.0.d20100117 or C:\Python*\scons-1.2.0.d20100117, for example).
See below for more options related to installing the build
engine library.