diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-08-31 16:22:09 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-08-31 16:22:09 (GMT) |
commit | 3cf2163b25d15076719757480206c193b7e22076 (patch) | |
tree | 69a717957061b9f027ef1d2f04e33319f7c6e973 /PCbuild | |
parent | 7bbed946ea3dc3cdffd42bd89911c8099e55358d (diff) | |
download | cpython-3cf2163b25d15076719757480206c193b7e22076.zip cpython-3cf2163b25d15076719757480206c193b7e22076.tar.gz cpython-3cf2163b25d15076719757480206c193b7e22076.tar.bz2 |
Add instructions for building Tix
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 3b0ed1d..697a602 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -114,6 +114,15 @@ _tkinter all.tcl: Total 8420 Passed 6826 Skipped 1581 Failed 13 Sourced 91 Test Files. Files with failing tests: canvImg.test scrollbar.test textWind.test winWm.test + + Built Tix + --------- + Download from http://prdownloads.sourceforge.net/tix/tix-8.1.4.tar.gz + cd dist\tix-8.1.4 + [cygwin]patch -p1 < ..\..\python\PC\tix.diff + cd win + nmake -f makefile.vc + nmake -f makefile.vc install zlib Python wrapper for the zlib compression library. Get the source code |