diff options
author | Steven Knight <knight@baldmt.com> | 2008-08-12 14:30:49 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-08-12 14:30:49 (GMT) |
commit | 94ca9aaf345a8f601f07fd83435465eed3963b26 (patch) | |
tree | de977974d2bef18a4815d45a8d045e70dcf0d9e7 /README | |
parent | d0c5748eb01e8303b6221afad432cb908672c161 (diff) | |
download | SCons-94ca9aaf345a8f601f07fd83435465eed3963b26.zip SCons-94ca9aaf345a8f601f07fd83435465eed3963b26.tar.gz SCons-94ca9aaf345a8f601f07fd83435465eed3963b26.tar.bz2 |
Update to 1.0.0.
Diffstat (limited to 'README')
-rw-r--r-- | README | 41 |
1 files changed, 21 insertions, 20 deletions
@@ -83,11 +83,11 @@ In this case, your options are: -- (Optional.) Install from a pre-packaged SCons package that does not require distutils: - Red Hat Linux scons-0.98.5.noarch.rpm + Red Hat Linux scons-1.0.0.noarch.rpm Debian GNU/Linux use apt-get to get the official package - Windows scons-0.98.5.win32.exe + Windows scons-1.0.0.win32.exe -- (Recommended.) Download the latest distutils package from the following URL: @@ -159,7 +159,7 @@ And on Windows: By default, the above commands will do the following: - -- Install the version-numbered "scons-0.98.5" and "sconsign-0.98.5" + -- Install the version-numbered "scons-1.0.0" and "sconsign-1.0.0" 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 @@ -173,24 +173,24 @@ By default, the above commands 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-0.98.5" and - "sconsign-0.98.5" scripts by specifying the "--hardlink-scons" or + scripts be hard links or symbolic links to the "scons-1.0.0" and + "sconsign-1.0.0" scripts by specifying the "--hardlink-scons" or "--symlink-scons" options on the command line. - -- Install "scons-0.98.5.bat" and "scons.bat" wrapper scripts in the + -- Install "scons-1.0.0.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-0.98.5.bat" and "scons.bat" files installed + specified to have "scons-1.0.0.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 Windows systems. -- Install the SCons build engine (a Python module) in an appropriate version-numbered SCons library directory - (/usr/lib/scons-0.98.5 or C:\Python*\scons-0.98.5, for example). + (/usr/lib/scons-1.0.0 or C:\Python*\scons-1.0.0, for example). See below for more options related to installing the build engine library. @@ -527,18 +527,18 @@ On Windows: Depending on the utilities installed on your system, any or all of the following packages will be built: - build/dist/scons-0.98.5-1.noarch.rpm - build/dist/scons-0.98.5-1.src.rpm - build/dist/scons-0.98.5.linux-i686.tar.gz - build/dist/scons-0.98.5.tar.gz - build/dist/scons-0.98.5.win32.exe - build/dist/scons-0.98.5.zip - build/dist/scons-doc-0.98.5.tar.gz - build/dist/scons-local-0.98.5.tar.gz - build/dist/scons-local-0.98.5.zip - build/dist/scons-src-0.98.5.tar.gz - build/dist/scons-src-0.98.5.zip - build/dist/scons_0.98.5-1_all.deb + build/dist/scons-1.0.0-1.noarch.rpm + build/dist/scons-1.0.0-1.src.rpm + build/dist/scons-1.0.0.linux-i686.tar.gz + build/dist/scons-1.0.0.tar.gz + build/dist/scons-1.0.0.win32.exe + build/dist/scons-1.0.0.zip + build/dist/scons-doc-1.0.0.tar.gz + build/dist/scons-local-1.0.0.tar.gz + build/dist/scons-local-1.0.0.zip + build/dist/scons-src-1.0.0.tar.gz + build/dist/scons-src-1.0.0.zip + build/dist/scons_1.0.0-1_all.deb The SConstruct file is supposed to be smart enough to avoid trying to build packages for which you don't have the proper utilities installed. @@ -810,6 +810,7 @@ http://www.baldmt.com/~knight/ With plenty of help from the SCons Development team: Chad Austin Charles Crain + Bill Deegan Steve Leblanc Greg Noel Gary Oberbrunner |