This directory has the C sources from 
Practical Programming in Tcl and Tk.

On UNIX, run the configure script with (at least) the
--with-tcl=/a/directory/containing/tclConfig.sh
--with-tk=/a/directory/containing/tkConfig.sh
In other words, the configure depends on results from
the configure of the main Tcl and Tk source areas.

For example, I do this
sh configure --with-tcl=/home/bwelch/ws/tcl8.0/unix \
	--with-tk=/home/bwelch/ws/tk8.0/unix \
	--enable-gcc

See also the examples/build directory which has sample
Macintosh and Windows makefiles and project files.

These sources were tested against Tcl/Tk 8.0a2.
You may need to adjust them to compile against other versions.
For updates, see
http://www.beedub.com/book/

Brent Welch, welch@acm.org
