
INSTALL INSTRUCTIONS

 * UNIX & WINDOWS (Using TEA -- Tcl Extension Architecture)

	unpack the source in a directory called VU or something like that.

	cd vu-<version>
		or whatever you called it, do not use the makefiles in
		the unix/ or win/ subdirs since they are not
		TEA-compliant.  The toplevel makefile will build on
		any platform that is configured for TEA (on Windows
		you will need cygwin or a similar set of tools).

	./configure

		* you may want to add --prefix=/opt/tcl
		or whatever the correct path is at your site
		* you may need to use the --with-tcl and --with-tk
		flags to tell configure which version of Tcl and Tk to
		use.

	make install



 * UNIX

	unpack the source in a directory called VU or something like that.

	cd vu-<version>/unix
		or whatever you called it

	./configure

		you may want to add --prefix=/opt/tcl
		or whatever the correct path is at your site

	make test
	make install

 * WINDOWS

	unpack the source in a directory called VU or something like that.

	cd vu-<version>/win
		or whatever you called it

	nmake -f makefile.vc

		you may want to add --prefix=/opt/tcl
		or whatever the correct path is at your site

	nmake -f makefile.vc test
	nmake -f makefile.vc install

You're set.
