*===========================================* The TkZinc widget version 3.3 *===========================================* WHAT IS THIS? TkZinc is a canvas like widget extension to Tcl/Tk. It adds support for ATC displays, provides structured assembly of items, transformations, clipping, and openGL based rendering features such as gradients and alpha blending. It is currently available on Unices (tested on Linux) and Windows. WHERE DOES IT COME FROM? The newest version is found at: http://www.openatc.org/zinc It should be at least available in source form in a file named Tkzinc.tgz. Distribution specific packages may also be available for Debian/Mandrake/Red Hat distributions, most likely for stable versions. As a convenience the documentation (pdf+html) is made available on the web site as a separate package. BUILDING AND INSTALLATION 0. Get, build and _install_ the Tcl/Tk distribution. You need a 8.4 distribution to use TkZinc. On Windows there is currently an incompatibility when using a TkZinc compiled under mingw32 with a core Tcl/Tk compiled with visual C++. You need to grab a Tcl/Tk compiled with the same environment as TkZinc. 1. Unpack the distribution On Unix/Linux: tar zxf Tkzinc.tgz On Windows: Use WinZip or something like this to unpack This creates a directory Tkzinc with all the needed files. This directory should be in the same directory as the Tcl/Tk sources. 2. Configure On Unix/Linux: cd Tkzinc ./configure