]> granicus.if.org Git - python/commitdiff
Add instructions for building Tix
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 31 Aug 2004 16:22:09 +0000 (16:22 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 31 Aug 2004 16:22:09 +0000 (16:22 +0000)
PCbuild/readme.txt

index 3b0ed1db02cca61b167ea8c321baf919c5fbd28c..697a602bf4731a67b0508102d93db36a114526be 100644 (file)
@@ -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