home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / tcl / README < prev    next >
Encoding:
Text File  |  1993-07-17  |  3.9 KB  |  96 lines

  1. This directory contains a collection of files related to Tcl and
  2. Tk, which are available for anonymous FTP.  Below is a description
  3. of what is in the various files in this directory:
  4.  
  5. tk3.3b1.tar.Z -        This is the latest release of the Tk toolkit,
  6.             released in July 1993.  It includes the sources
  7.             for the Tk library and the "wish" windowing shell,
  8.             plus reference manual entries and a number of
  9.             demonstration scripts.
  10.  
  11. tcl7.0b1.tar.Z -    This is the newest release of the Tcl library,
  12.             released in July 1993.  It includes the sources
  13.             for the Tcl library and the "tclsh" application,
  14.             plus reference manual entries.
  15.  
  16. tclX6.5c.tar.Z -    Extended Tcl (or NeoSoft Tcl), created by Mark
  17.             Diekhans and Karl Lehenbauer, which adds a number
  18.             of useful facilities to the base Tcl release.
  19.             Among the things in Extended Tcl are a Tcl shell,
  20.             many new commands for things like UNIX kernel
  21.             call access and math library routines, and an
  22.             on-line help facility.  This package works with Tcl
  23.             versions 6.5 or later and Tk versions 3.0 or later.
  24.             It has not yet been converted to run with Tk 3.3
  25.             or Tcl 7.0
  26.  
  27. book.p1.ps.Z        Compressed Postscript for a draft of the first part
  28.             of an upcoming book on Tcl and Tk to be published in
  29.             1993 by Addison-Wesley.  This part of the book
  30.             describes the Tcl language and how to write scripts
  31.             in it.  About 130 pages in length.
  32.  
  33. book.p2.ps.Z        Compressed Postscript for a draft of the second part
  34.             of an upcoming book on Tcl and Tk to be published in
  35.             1993 by Addison-Wesley.  This part of the book
  36.             describes how to write Tcl scripts for Tk.  About
  37.             125 pages in length.
  38.  
  39. book.p3.ps.Z        Compressed Postscript for a draft of the third part
  40.             of an upcoming book on Tcl and Tk to be published in
  41.             1993 by Addison-Wesley.  This part of the book
  42.             describes how to write Tcl applications in C, using
  43.             the Tcl library procedure.  64 pages in length.
  44.  
  45. book.p4.ps.Z        Compressed Postscript for a draft of the last part
  46.             of an upcoming book on Tcl and Tk to be published in
  47.             1993 by Addison-Wesley.  This part of the book
  48.             describes how to write new widgets and geometry
  49.             managers in C, using the Tk library procedure.  About
  50.             70 pages in length.
  51.  
  52. tclUsenix90.ps -    Postscript for a paper on Tcl that appeared in the
  53.             Winter 1990 USENIX Conference.
  54.  
  55. tkUsenix91.ps -        Postscript for a paper on Tk that appeared in the
  56.             Winter 1991 USENIX Conference.
  57.  
  58. tkF10.ps -        Postscript for Figure 10 of the Tk paper.
  59.  
  60. tut.tar.Z -        A collection of materials from a full-day tutorial
  61.             on Tcl and Tk.  Includes viewgraphs from five one-hour
  62.             talks plus a sample widget.
  63.  
  64. tc-tcl93.ps.gz -    PostScript formatted copy of Tcl Compiler paper
  65.             presented at the Tcl'93 Workshop.
  66. tc-tcl93.tex.gz -    LaTeX source for the Tcl Compiler paper presented
  67.             at the Tcl'93 Workshop.
  68.  
  69. In addition, there may be older releases of some or all of the above
  70. files;  look for files with earlier release numbers.
  71.  
  72. Be sure to retrieve files in image mode (type "type image" to FTP)
  73. in order to make sure that you don't lose bits.
  74.  
  75. Most of these files are compressed tar files;  to get back the
  76. original directory hierarchies, type a command like the following for
  77. each file you retrieved:
  78.         zcat tk3.3b1.tar.Z | tar xf -
  79. This will create a directory named tk3.3b1 with all the source files and
  80. documentation for that release.  There will be a README file in the
  81. tk3.3b1 subdirectory that tells what to do next.
  82.  
  83. Any file with a .gz extension is a file compressed with gzip, the gnu
  84. portable compression standard.  To get a copy, ftp to prep.ai.mit.edu and 
  85. look in pub/gnu.  For example, to uncompress tc-tcl93.ps.gz, type
  86.  
  87.     gunzip tc-tcl93.ps.gz
  88.  
  89. once you've retrieved the file.  This will produce a file named "tc-tcl93.ps".
  90.  
  91. Each of the releases has a README file in the top-level directory that
  92. describes how to compile the release, where to find documentation, etc.
  93.  
  94. Questions or problems about any of these distributions should be directed
  95. to John Ousterhout (ouster@cs.berkeley.edu).
  96.