diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2004-01-09 16:05:07 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2004-01-09 16:05:07 (GMT) |
commit | 73b3df9a35ee9c2f8208f739dae5b640584d798d (patch) | |
tree | 29c9d767d3a734aa3e6ed3d4d7af11cde828435b /PCbuild/readme.txt | |
parent | c62af02ced371970b51c3949d644298d76a08aa3 (diff) | |
download | cpython-73b3df9a35ee9c2f8208f739dae5b640584d798d.zip cpython-73b3df9a35ee9c2f8208f739dae5b640584d798d.tar.gz cpython-73b3df9a35ee9c2f8208f739dae5b640584d798d.tar.bz2 |
Update Windows build to use zlib 1.2.1
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 7832cb1..02227a2 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -117,15 +117,15 @@ _tkinter zlib Python wrapper for the zlib compression library. Get the source code - for version 1.1.4 from a convenient mirror at: + for version 1.2.1 from a convenient mirror at: http://www.gzip.org/zlib/ - Unpack into dist\zlib-1.1.4. + Unpack into dist\zlib-1.2.1. A custom pre-link step in the zlib project settings should manage to - build zlib-1.1.4\zlib.lib by magic before zlib.pyd (or zlib_d.pyd) is + build zlib-1.2.1\zlib.lib by magic before zlib.pyd (or zlib_d.pyd) is linked in PCbuild\. However, the zlib project is not smart enough to remove anything under - zlib-1.1.4\ when you do a clean, so if you want to rebuild zlib.lib - you need to clean up zlib-1.1.4\ by hand. + zlib-1.2.1\ when you do a clean, so if you want to rebuild zlib.lib + you need to clean up zlib-1.2.1\ by hand. bz2 Python wrapper for the libbz2 compression library. Homepage |