README
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. This directory contains unsupported tools used to build parts of Tcl
  2. for distribution.
  3. uniParse.tcl -- Script for converting the Unicode character database
  4. into a compact table stored in generic/tclUniData.c.
  5. uniClass.tcl -- Script for generating regexp class tables from the Tcl
  6. "string is" classes
  7. Generating HTML files.
  8. The tcl-tk-man-html.tcl script from Robert Critchlow
  9. generates a nice set of HTML with good cross references.
  10. Use it like
  11.     tclsh tcl-tk-man-html.tcl --htmldir=/tmp/tcl8.2
  12. This script is very picky about the organization of man pages,
  13. effectively acting as a style enforcer.
  14. Generating Windows Help Files:
  15. 1) Build tcl in the ../unix directory
  16. 2) On UNIX, (after autoconf and configure), do
  17. make
  18.     this converts the Nroff to RTF files.
  19. 2) On Windows, convert the RTF to a Help doc, do
  20. nmake helpfile
  21. Generating Windows binary distribution.
  22. Update and compile the WYSE tcl.wse configuration.