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

通讯编程

开发平台:

Visual C++

  1. README:  Tcl
  2.     This is the Tcl 8.4.18 source distribution.
  3.     Tcl/Tk is also available through NetCVS:
  4. http://tcl.sourceforge.net/
  5.     You can get any source release of Tcl from the file distributions
  6.     link at the above URL.
  7. RCS: @(#) $Id: README,v 1.49.2.22 2008/02/06 15:25:15 dgp Exp $
  8. Contents
  9. --------
  10.     1. Introduction
  11.     2. Documentation
  12.     3. Compiling and installing Tcl
  13.     4. Development tools
  14.     5. Tcl newsgroup
  15.     6. Tcl contributed archive
  16.     7. Tcl Resource Center
  17.     8. Mailing lists
  18.     9. Support and Training
  19.     10. Thank You
  20. 1. Introduction
  21. ---------------
  22. Tcl provides a powerful platform for creating integration applications that
  23. tie together diverse applications, protocols, devices, and frameworks.
  24. When paired with the Tk toolkit, Tcl provides the fastest and most powerful
  25. way to create GUI applications that run on PCs, Unix, and the Macintosh.
  26. Tcl can also be used for a variety of web-related tasks and for creating
  27. powerful command languages for applications.
  28. Tcl is maintained, enhanced, and distributed freely by the Tcl community.
  29. The home for Tcl/Tk sources and bug/patch database is on SourceForge:
  30. http://tcl.sourceforge.net/
  31. with the Tcl Developer Xchange hosted at:
  32. http://www.tcl.tk/
  33. Tcl is a freely available open source package.  You can do virtually
  34. anything you like with it, such as modifying it, redistributing it,
  35. and selling it either in whole or in part.  See the file
  36. "license.terms" for complete information.
  37. 2. Documentation
  38. ----------------
  39. Extensive documentation is available at our website.
  40. The home page for this release, including new features, is
  41. http://www.tcl.tk/software/tcltk/8.4.html
  42. Detailed release notes can be found at the file distributions page
  43. by clicking on the relevant version.
  44. http://sourceforge.net/project/showfiles.php?group_id=10894
  45. Information about Tcl itself can be found at
  46. http://www.tcl.tk/about/
  47. There have been many Tcl books on the market.  Many are mentioned in the Wiki:
  48. http://wiki.tcl.tk/book
  49. 2a. Unix Documentation
  50. ----------------------
  51. The "doc" subdirectory in this release contains a complete set of
  52. reference manual entries for Tcl.  Files with extension ".1" are for
  53. programs (for example, tclsh.1); files with extension ".3" are for C
  54. library procedures; and files with extension ".n" describe Tcl
  55. commands.  The file "doc/Tcl.n" gives a quick summary of the Tcl
  56. language syntax.  To print any of the man pages on Unix, cd to the
  57. "doc" directory and invoke your favorite variant of troff using the
  58. normal -man macros, for example
  59. ditroff -man Tcl.n
  60. to print Tcl.n.  If Tcl has been installed correctly and your "man" program
  61. supports it, you should be able to access the Tcl manual entries using the
  62. normal "man" mechanisms, such as
  63. man Tcl
  64. 2b. Windows Documentation
  65. -------------------------
  66. The "doc" subdirectory in this release contains a complete set of Windows
  67. help files for Tcl.  Once you install this Tcl release, a shortcut to the
  68. Windows help Tcl documentation will appear in the "Start" menu:
  69. Start | Programs | Tcl | Tcl Help
  70. 3. Compiling and installing Tcl
  71. -------------------------------
  72. There are brief notes in the unix/README, win/README, and macosx/README about
  73. compiling on these different platforms.  There is additional information
  74. about building Tcl from sources at
  75. http://www.tcl.tk/doc/howto/compile.html
  76. 4. Development tools
  77. ---------------------------
  78. ActiveState produces a high quality set of commercial quality development
  79. tools that is available to accelerate your Tcl application development.
  80. Tcl Dev Kit builds on the earlier TclPro toolset and provides a debugger,
  81. static code checker, single-file wrapping utility, bytecode compiler and
  82. more.  More information can be found at
  83. http://www.ActiveState.com/Tcl
  84. 5. Tcl newsgroup
  85. ----------------
  86. There is a USENET news group, "comp.lang.tcl", intended for the exchange of
  87. information about Tcl, Tk, and related applications.  The newsgroup is a
  88. great place to ask general information questions.  There is also
  89. a USENET news group, "comp.lang.tcl.announce", intended to announce new
  90. releases of software, training, and more.  For bug reports, please
  91. see the "Support and bug fixes" section below.
  92. 6. The Tcler's Wiki
  93. -------------------
  94. A Wiki-based open community site covering all aspects of Tcl/Tk is at:
  95. http://wiki.tcl.tk/
  96. It is dedicated to the Tcl programming language and its extensions.  A
  97. wealth of useful information can be found there.  It contains code
  98. snippets, references to papers, books, and FAQs, as well as pointers to
  99. development tools, extensions, and applications.  You can also recommend
  100. additional URLs by editing the wiki yourself.
  101. 7. Mailing lists
  102. ----------------
  103. Several mailing lists are hosted at SourceForge to discuss development or
  104. use issues (like Macintosh and Windows topics).  For more information and
  105. to subscribe, visit:
  106. http://sourceforge.net/projects/tcl/
  107. and go to the Mailing Lists page.
  108. 8. Support and Training
  109. ------------------------
  110. We are very interested in receiving bug reports, patches, and suggestions
  111. for improvements.  We prefer that you send this information to us via the
  112. bug form at SourceForge, rather than emailing us directly.  The bug
  113. database is at:
  114. http://tcl.sourceforge.net/
  115. The bug form was designed to give uniform structure to bug reports as
  116. well as to solicit enough information to minimize followup questions.
  117. We will log and follow-up on each bug, although we cannot promise a
  118. specific turn-around time.  Enhancements, reported via the Feature
  119. Requests form at the same web site, may take longer and may not happen
  120. at all unless there is widespread support for them (we're trying to
  121. slow the rate at which Tcl/Tk turns into a kitchen sink).  It's very
  122. difficult to make incompatible changes to Tcl/Tk at this point, due to
  123. the size of the installed base.
  124. The Tcl community is too large for us to provide much individual support
  125. for users.  If you need help we suggest that you post questions to
  126. comp.lang.tcl.  We read the newsgroup and will attempt to answer esoteric
  127. questions for which no one else is likely to know the answer.  In addition,
  128. see the following page on the Wiki for links to other organizations that offer
  129. Tcl/Tk training:
  130. http://wiki.tcl.tk/training
  131. 10. Thank You
  132. -------------
  133. We'd like to express our thanks to the Tcl community for all the
  134. helpful suggestions, bug reports, and patches we have received.
  135. Tcl/Tk has improved vastly and will continue to do so with your help.