diff options
| author | Steven Knight <knight@baldmt.com> | 2002-01-30 21:42:23 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2002-01-30 21:42:23 (GMT) |
| commit | 7617a49b72f53650bb6a159ef977dec071d02dae (patch) | |
| tree | 6a4b6c16147720bf02a626be1642f1b2cede06ef /src | |
| parent | 1e3bfc03bd3a7c60c478cad0021ef8345803ecee (diff) | |
| download | SCons-7617a49b72f53650bb6a159ef977dec071d02dae.zip SCons-7617a49b72f53650bb6a159ef977dec071d02dae.tar.gz SCons-7617a49b72f53650bb6a159ef977dec071d02dae.tar.bz2 | |
Prepare for release 0.04.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CHANGES.txt | 2 | ||||
| -rw-r--r-- | src/README.txt | 21 | ||||
| -rw-r--r-- | src/RELEASE.txt | 8 |
3 files changed, 20 insertions, 11 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index b0f9fee..c448ce0 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,7 +8,7 @@ -RELEASE 0.04 - +RELEASE 0.04 - Wed, 30 Jan 2002 11:09:42 -0600 From Charles Crain: diff --git a/src/README.txt b/src/README.txt index 427faba..27ca337 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 diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 1045f1f..467677b 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,9 +20,9 @@ more effectively, please sign up for the scons-users mailing list at: -RELEASE 0.03 - Fri, 11 Jan 2002 01:09:30 -0600 +RELEASE 0.04 - Wed, 30 Jan 2002 11:09:42 -0600 - This is the third alpha release of SCons. Please consult the + This is the fourth alpha release of SCons. Please consult the CHANGES.txt file for a list of specific changes since last release. Owing to an extensive test suite, the SCons team believes that this @@ -39,7 +39,7 @@ RELEASE 0.03 - Fri, 11 Jan 2002 01:09:30 -0600 http://sourceforge.net/tracker/?func=add&group_id=30337&atid=398971 We have a reliable bug-fixing methodology already in place and - expect to respond to problems relatively quickly. + have been responding to problems relatively quickly. - It is possible that interfaces will change in future releases. We will strive to hold this to a minimum, but you may need to modify @@ -58,7 +58,7 @@ RELEASE 0.03 - Fri, 11 Jan 2002 01:09:30 -0600 - There may be performance issues. This release has many performance improvements. If you still find the performance unacceptable, we - would very muchlike to hear from you and learn more about your + would very much like to hear from you and learn more about your configuration so we can optimize the right things. - Error messages don't always exist where they'd be helpful. |
