[Python-checkins] python/dist/src/PCbuild readme.txt,1.57,1.58

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Aug 31 18:22:11 CEST 2004


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27559

Modified Files:
	readme.txt 
Log Message:
Add instructions for building Tix

Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- readme.txt	30 Aug 2004 21:14:51 -0000	1.57
+++ readme.txt	31 Aug 2004 16:22:09 -0000	1.58
@@ -114,6 +114,15 @@
         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



More information about the Python-checkins mailing list