To build the tcl interpreter, type "make" in this directory. 

To run an example, cd to examples, and type "make" for instructions

To run the test suite, type "make test".

#To run the test suite with TODOs failing, type "make devtest"
#(This doesn't currently do anything, as todo tests are failing.)

Look in the docs directory.

The TODO file lists many broken things, also check out docs/howto.pod

