Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cf2163

Browse files
committed
Add instructions for building Tix
1 parent 7bbed94 commit 3cf2163

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

PCbuild/readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,15 @@ _tkinter
114114
all.tcl: Total 8420 Passed 6826 Skipped 1581 Failed 13
115115
Sourced 91 Test Files.
116116
Files with failing tests: canvImg.test scrollbar.test textWind.test winWm.test
117+
118+
Built Tix
119+
---------
120+
Download from http://prdownloads.sourceforge.net/tix/tix-8.1.4.tar.gz
121+
cd dist\tix-8.1.4
122+
[cygwin]patch -p1 < ..\..\python\PC\tix.diff
123+
cd win
124+
nmake -f makefile.vc
125+
nmake -f makefile.vc install
117126

118127
zlib
119128
Python wrapper for the zlib compression library. Get the source code

0 commit comments

Comments
 (0)