Download one of the following:
testeai.tar
testeai.zip
and untar or unzip as required wherever you like.

You will also need a tclkit (matching your system) from somewhere like:

http://code.google.com/p/tclkit/downloads/list
or
http://code.google.com/p/tclkit/wiki/TclkitDownloads

You need to install the tclkit somewhere in your execution path.

The package contains this README, and 2 directories:

test01:
	This contains three kits, of which two are wrapped;
	osclib.kit
	tcllib.kit
	ExternalTest.vfs (Under development, so has not been wrapped with sdx)

	The Tcl EAI test app is run using ./launchkit.sh
	(Note: this will also run launchBrowser1.sh
	if it is not yet running.)

test01-browser:
	The directory in which to launch freewrl
	using launchBrowser1.sh

If you are not using Unix, then read
	test01-browser/launchBrowser1.sh
	test01/launchkit.sh
and use the commandline to launch these by hand in that order (browser first).

If you are using Unix, then just cd to test01 and run ./launchkit.sh

dave.joubert@googlemail.com