blob: 7841056b07efe5cd4d75981953d90c3910dfe2be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
Tcl 8.4 for Macintosh
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note that Tcl on Mac OS Classic is no longer supported and likely no longer
compiles, the last release known to work is 8.4.2. The 'mac' source
directory and all other Mac Classic code have been removed from Tk 8.5.
The Mac OS X port of Tcl can be found in the 'macosx' source directory.
The information and URLs below are known to be outdated and incorrect.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1. Introduction
---------------
This is the README file for the Macintosh version of the Tcl
scripting language. The home page for the Mac/Tcl info is
http://www.tcl.tk/software/mac/
A summary of what's new in this release is at
http://www.tcl.tk/software/tcltk/8.4.html
A summary of Macintosh-specific features is at
http://www.tcl.tk/software/mac/features.html
2. The Distribution
-------------------
Macintosh Tcl is distributed in three different forms. This should
make it easier to only download what you need. Substitute <version>
with the version you wish to use. The packages are as follows:
mactk<version>.sea.hqx
This distribution is a "binary" only release. It contains an
installer program that will install a 68k, PowerPC, or Fat
version of the "Tcl Shell" and "Wish" applications. In addition,
it installs the Tcl & Tk libraries in the Extensions folder inside
your System Folder.
mactcltk-full-<version>.sea.hqx
This release contains the full release of Tcl and Tk for the
Macintosh plus the More Files packages which Macintosh Tcl and Tk
rely on.
mactcl-source-<version>.sea.hqx
This release contains the complete source for Tcl. In
addition, Metrowerks CodeWarrior libraries and project files
are included. However, you must already have the More Files
package to compile this code.
The "html" subdirectory contains reference documentation in
in the HTML format. You may also find these pages at:
http://www.tcl.tk/man/
3. Compiling Tcl
----------------
In order to compile Macintosh Tcl you must have the
following items:
CodeWarrior Pro 5+
Mac Tcl (sources)
More Files 1.4.9
The included project files should work fine. However, for
current release notes please check this page:
http://www.tcl.tk/doc/howto/compile.html#mac
If you have comments or Bug reports, please use the SourceForge
Bug tracker to report them:
http://tcl.sourceforge.net/
|