summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r--PCbuild/readme.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index efec1bb..082f31a 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -77,17 +77,16 @@ _tkinter
Be sure to install everything, including the Tcl/Tk header files.
zlib
- NOTE: This procedure is new (& simpler, & safer) for 2.1a2.
Python wrapper for the zlib compression library. Get the source code
- for version 1.1.3 from a convenient mirror at:
- http://www.info-zip.org/pub/infozip/zlib/
- Unpack into dist\zlib-1.1.3.
+ for version 1.1.4 from a convenient mirror at:
+ http://www.gzip.org/zlib/
+ Unpack into dist\zlib-1.1.4.
A custom pre-link step in the zlib project settings should manage to
- build zlib-1.1.3\zlib.lib by magic before zlib.pyd (or zlib_d.pyd) is
+ build zlib-1.1.4\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.3\ when you do a clean, so if you want to rebuild zlib.lib
- you need to clean up zlib-1.1.3\ by hand.
+ 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.
bsddb
Python wrapper for the BSD database 1.85. Requires db.1.85.win32.zip,