diff options
author | stanton <stanton> | 1999-04-15 22:38:46 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-04-15 22:38:46 (GMT) |
commit | 743017523886608c1403479b0676d469b8f998ac (patch) | |
tree | e29ecad719da73c67d437be2a057cc01dca684e9 /mac/README | |
parent | ae56f9fc8840d99814f8fc8986fe6445ec9a57e6 (diff) | |
download | tcl-743017523886608c1403479b0676d469b8f998ac.zip tcl-743017523886608c1403479b0676d469b8f998ac.tar.gz tcl-743017523886608c1403479b0676d469b8f998ac.tar.bz2 |
* Merge 8.0.5 changes:
- Mac changes for final release
- Minor fixes to tools configure file
* win/tclWinSock.c: Apply patch to allow write access to a socket
if FD_WRITE is sent but FD_CONNECT is not. Some strange problem
with either Win32 or a socket driver. [Bug: 1664 1776]
Diffstat (limited to 'mac/README')
-rw-r--r-- | mac/README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,7 +8,7 @@ Jim Ingham Cygnus Solutions jingham@cygnus.com -RCS: @(#) $Id: README,v 1.4 1999/01/04 19:25:03 rjohnson Exp $ +RCS: @(#) $Id: README,v 1.5 1999/04/15 22:38:46 stanton Exp $ 1. Introduction --------------- @@ -144,9 +144,9 @@ available (see below). In order to compile Macintosh Tcl you must have the following items: - CodeWarrior Pro 2 or 3 + CodeWarrior Pro 2 through 4 Mac Tcl 8.0 (source) - More Files 1.4.3 + More Files 1.4.3, or 1.4.9 There are two sets of project files included with the package. The ones we use for the release are for CodeWarrior Pro 3, and are not compatible @@ -181,7 +181,7 @@ Special notes: * There is a small bug in More Files 1.4.3. Also you should not use MoreFiles 1.4.4 - 1.4.6. Look in the file named morefiles.doc for - more details. + more details. Tcl 8.0.5 is compiled with MoreFiles 1.4.9. * You may not have the libmoto library which will cause a compile error. You don't REALLY need it - it can be removed. Look at the |