summaryrefslogtreecommitdiff
path: root/src/README.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-01-30 21:42:23 +0000
committerSteven Knight <knight@baldmt.com>2002-01-30 21:42:23 +0000
commit7617a49b72f53650bb6a159ef977dec071d02dae (patch)
tree6a4b6c16147720bf02a626be1642f1b2cede06ef /src/README.txt
parent1e3bfc03bd3a7c60c478cad0021ef8345803ecee (diff)
downloadscons-7617a49b72f53650bb6a159ef977dec071d02dae.tar.gz
Prepare for release 0.04.
Diffstat (limited to 'src/README.txt')
-rw-r--r--src/README.txt21
1 files changed, 15 insertions, 6 deletions
diff --git a/src/README.txt b/src/README.txt
index 427fabaa..27ca3370 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -35,13 +35,23 @@ script as follows:
# python setup.py install
-This will install the scons script in the default script directory
-(/usr/bin or C:\Python*\Scripts, for example) and the build engine in an
-appropriate SCons library directory (/usr/lib/scons or C:\Python*\SCons,
-for example).
+This will install the scons script in the default system script
+directory (/usr/bin or C:\Python*\Scripts, for example) and the build
+engine in an appropriate SCons library directory (/usr/lib/scons or
+C:\Python*\SCons, for example).
You should have system installation privileges (that is, "root" or
-"Administrator") when running the setup.py script.
+"Administrator") when running the setup.py script to install SCons in
+the default system directories.
+
+If you don't have system installation privileges, you can use the
+--prefix option to specify an alternate installation location, such as
+your home directory:
+
+ $ python setup.py install --prefix=$HOME
+
+This will install the scons script itself in $HOME/bin and the
+associated library in $HOME/lib/scons
DOCUMENTATION
@@ -126,5 +136,4 @@ With more than a little help from the SCons Development team:
Charles Crain
Steve Leblanc
Anthony Roach
- Steven Shaw