diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-01-03 07:10:14 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-01-03 07:10:14 (GMT) |
commit | 4e6aff5e9bdb08f31413bdfcd131b3db4269a8f8 (patch) | |
tree | 8a639333e9ec4186958052c251c51db3a2a84f09 /PCbuild/readme.txt | |
parent | 70cef449caf0d6e9272980ad23732b5e10eb958a (diff) | |
download | cpython-4e6aff5e9bdb08f31413bdfcd131b3db4269a8f8.zip cpython-4e6aff5e9bdb08f31413bdfcd131b3db4269a8f8.tar.gz cpython-4e6aff5e9bdb08f31413bdfcd131b3db4269a8f8.tar.bz2 |
Make zlib builtin.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index d9591bd..7ca8186 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -124,21 +124,6 @@ _tkinter nmake -f makefile.vc nmake -f makefile.vc install -zlib - Python wrapper for the zlib compression library. Get the source code - for version 1.2.3 from a convenient mirror at: - http://www.gzip.org/zlib/ - Unpack into dist\zlib-1.2.3. - A custom pre-link step in the zlib project settings should manage to - build zlib-1.2.3\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.2.3\ when you do a clean, so if you want to rebuild zlib.lib - you need to clean up zlib-1.2.3\ by hand. - When building zlib.pyd for Itanium, the pre-link build step won't work, - so you will need to invoke nmake manually, using an IA64 build - environment. - bz2 Python wrapper for the libbz2 compression library. Homepage http://sources.redhat.com/bzip2/ |