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

通讯编程

开发平台:

Visual C++

  1. Tk 8.4 for Macintosh
  2. Originally by Ray Johnson while at Sun Microsystems Labs
  3. with major help from Jim Ingham while at Cygnus Solutions
  4. RCS: @(#) $Id: README,v 1.17.2.1 2005/12/04 00:51:29 das Exp $
  5. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  6. Note that Tk on Mac OS Classic is no longer supported and likely no longer
  7. compiles, the last release known to work is 8.4.2. The 'mac' source
  8. directory and all other Mac Classic code have been removed from Tk 8.5.
  9. The Mac OS X port of Tk can be found in the 'macosx' source directory.
  10. The information and URLs below are known to be outdated and incorrect.
  11. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  12. 1. Introduction
  13. ---------------
  14. This is the README file for the Macintosh version of the Tk
  15. extension for the Tcl scripting language.  The file consists of
  16. information specific to the Macintosh version of Tcl and Tk.  For more
  17. general information please read the README file in the main Tk
  18. directory.
  19. 3. Mac specific features
  20. ------------------------
  21. There are several features or enhancements in Tk that are unique to 
  22. the Macintosh version of Tk.  The list of these features is
  23. maintained at
  24. http://www.tcl.tk/software/mac/features.html
  25. 4. The Distribution
  26. -------------------
  27. Macintosh Tk is distributed in three different forms.  This should
  28. make it easier to only download what you need.  Replace <version>
  29. with the current version of Tk.  The packages are as follows:
  30. mactk<version>.sea.hqx
  31.     This distribution is a "binary" only release.  It contains an
  32.     installer program that will install a 68k, PowerPC, or Fat
  33.     version of the "Wish" application.  In addition, in installs
  34.     the Tcl & Tk libraries in the Extensions folder inside your
  35.     System Folder.  (No "INIT"'s or Control Pannels are installed.)
  36. mactcltk-full-<version>.sea.hqx
  37.     This release contains the full release of Tcl and Tk for the
  38.     Macintosh plus the More Files package on which Macintosh Tcl and
  39.     Tk rely.
  40. mactk-source-<version>.sea.hqx
  41.     This release contains the complete source to Tk for the Macintosh
  42.     In addition, Metrowerks CodeWarrior libraries and project files
  43.     are included.  However, you must already have the More Files
  44.     package to compile this code.
  45. 5. Compiling Tk
  46. ---------------
  47. In order to compile Macintosh Tk you must have the 
  48. following items:
  49. CodeWarrior Pro 5 or higher
  50. Mac Tcl (source)
  51.   (which requires More Files 1.4.9)
  52. Mac Tk (source)
  53. The project  files included with the Mac Tcl source should work 
  54. fine.  The only thing you may need to update are the access paths.
  55. As with Tcl, you need to upgrade to the 2.0.1 version of the C
  56. compilers or later to build the CFM68K version of Tcl/Tk.
  57. Special notes:
  58. * Check out the file bugs.doc for information about known bugs.
  59. * We are starting to support the new Appearance Manager that shipped
  60.   with MacOS 8.0.  The Tk 8.0.3 release is the first Tk release
  61.   that supported the Appearance Manager well.  Tk 8.0.4 extended this support
  62.   to the menu system, though you have to have Appearance 1.0.1 or later
  63.   installed for this to work.
  64.   
  65. If you have comments or Bug reports, use our on-line database at
  66. http://tcl.sourceforge.net/