README.txt 836 B

1234567891011121314151617181920212223242526
  1. These files comprise the basic building blocks for a Tcl Extension
  2. Architecture (TEA) extension. For more information on TEA see:
  3. http://www.tcl.tk/doc/tea/
  4. This package is part of the Tcl project at SourceForge, but sources
  5. and bug/patch database are hosted on fossil here:
  6. https://core.tcl-lang.org/tclconfig
  7. This package is a freely available open source package. You can do
  8. virtually anything you like with it, such as modifying it, redistributing
  9. it, and selling it either in whole or in part.
  10. CONTENTS
  11. ========
  12. The following is a short description of the files you will find in
  13. the sample extension.
  14. README.txt This file
  15. install-sh Program used for copying binaries and script files
  16. to their install locations.
  17. tcl.m4 Collection of Tcl autoconf macros. Included by a package's
  18. aclocal.m4 to define TEA_* macros.