diff options
author | das <das@noemail.net> | 2004-03-17 18:14:11 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2004-03-17 18:14:11 (GMT) |
commit | 730d286978a5d1b23a52ba056f29d9ba456f563e (patch) | |
tree | b40c5ed765d71e7cb68ba178c3f3a098638c9987 /README | |
parent | 10d89fde08fae09704162493274a22d3b257ceb8 (diff) | |
download | tcl-730d286978a5d1b23a52ba056f29d9ba456f563e.zip tcl-730d286978a5d1b23a52ba056f29d9ba456f563e.tar.gz tcl-730d286978a5d1b23a52ba056f29d9ba456f563e.tar.bz2 |
Removed support for Mac OS Classic platform [Patch 918142]
FossilOrigin-Name: b6330dbac725e2d527ad089669aa7f4779d19398
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ README: Tcl You can get any source release of Tcl from the file distributions link at the above URL. -RCS: @(#) $Id: README,v 1.51 2004/03/02 00:42:50 hobbs Exp $ +RCS: @(#) $Id: README,v 1.52 2004/03/17 18:14:12 das Exp $ Contents -------- @@ -25,7 +25,7 @@ Contents Tcl provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks. When paired with the Tk toolkit, Tcl provides the fastest and most powerful -way to create GUI applications that run on PCs, Unix, and the Macintosh. +way to create GUI applications that run on PCs, Unix, and Mac OS X. Tcl can also be used for a variety of web-related tasks and for creating powerful command languages for applications. @@ -92,7 +92,7 @@ Windows help Tcl documentation will appear in the "Start" menu: 3. Compiling and installing Tcl ------------------------------- -There are brief notes in the unix/README, win/README, and mac/README about +There are brief notes in the unix/README, win/README, and macosx/README about compiling on these different platforms. There is additional information about building Tcl from sources at |