diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-03-13 10:52:04 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-03-13 10:52:04 (GMT) |
commit | 14c1cf88ad6cdff5d8372273a0b7c43478c37d18 (patch) | |
tree | 19bc72ac37469f8b4078fa5485e9882a69930f9b /PCbuild/readme.txt | |
parent | a022789ab38c65cae5302f363f1cec92f807e859 (diff) | |
download | cpython-14c1cf88ad6cdff5d8372273a0b7c43478c37d18.zip cpython-14c1cf88ad6cdff5d8372273a0b7c43478c37d18.tar.gz cpython-14c1cf88ad6cdff5d8372273a0b7c43478c37d18.tar.bz2 |
Update to bzip2 1.0.3
Make buildbot slaves automatically fetch bzip2 1.0.3.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 25d0e8a..6d39a02 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -127,17 +127,15 @@ _tkinter bz2 Python wrapper for the libbz2 compression library. Homepage http://sources.redhat.com/bzip2/ - Download the source tarball, bzip2-1.0.2.tar.gz. - Unpack into dist\bzip2-1.0.2. WARNING: If you're using WinZip, you - must disable its "TAR file smart CR/LF conversion" feature (under - Options -> Configuration -> Miscellaneous -> Other) for the duration. + Download the source from the python.org copy: + svn export http://svn.python.org/projects/external/bzip2-1.0.3 A custom pre-link step in the bz2 project settings should manage to build bzip2-1.0.2\libbz2.lib by magic before bz2.pyd (or bz2_d.pyd) is linked in PCbuild\. However, the bz2 project is not smart enough to remove anything under - bzip2-1.0.2\ when you do a clean, so if you want to rebuild bzip2.lib - you need to clean up bzip2-1.0.2\ by hand. + bzip2-1.0.3\ when you do a clean, so if you want to rebuild bzip2.lib + you need to clean up bzip2-1.0.3\ by hand. The build step shouldn't yield any warnings or errors, and should end by displaying 6 blocks each terminated with @@ -145,7 +143,7 @@ bz2 If FC finds differences, see the warning abou WinZip above (when I first tried it, sample3.ref failed due to CRLF conversion). - All of this managed to build bzip2-1.0.2\libbz2.lib, which the Python + All of this managed to build bzip2-1.0.3\libbz2.lib, which the Python project links in. |