Version 10 of TEA3

Updated 2008-06-13 12:27:27 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.

To get the sample extension, look at sampleextension !

ALso, the documentation included with the sample extension (in the ./tea directory) is AFAIK definitely the thing to read. Much better and up to date than any other doc Ifound on tea, when getting into tea.

This doc is a collection of txt files.

To generate the documentation as manpages, run the ../tea/toman.tcl script provided with the sample extension.

To generate the documentation in html, you may 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?