Version 8 of TEA3

Updated 2008-06-13 11:08:39 by NC

[Add information here concerning version 3.5 or newer of TEA.]

To start with the TEA architecture, the best is to download the sample extension, and modify it.

There is also latest documentation inside, in the ./tea directory.

To get the sample extension, look at sampleextension !

To generate the documentation in a readable format, run the ../tea/toman.tcl script

To generate the documentation in html, use the ::doctools utility of tcllib.


Is http://www.tcl.tk/doc/tea/tea_tcl2k.pdf the most up to date documentation on TEA 3?

Does anyone have any thoughts and suggestions on how one goes from writing some C code to creating the configure.in, Makefile.in, etc. files, for people unfamilar with working with those files?

Do we just take the ones from sampleextension and use them as is, or are there commands that we need to run to customize them for a specific application?