summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-24 01:46:51 (GMT)
committerstanton <stanton>1999-04-24 01:46:51 (GMT)
commitd6f3ad620713ca2ff8a9b7cb854cdc28aa20ea64 (patch)
treeee21dbcb6a2c11333b3f9276847c8e7e44e47052 /unix/README
parent7fe0693f639b20e19c4cb0ad38d091809e04bead (diff)
downloadtcl-d6f3ad620713ca2ff8a9b7cb854cdc28aa20ea64.zip
tcl-d6f3ad620713ca2ff8a9b7cb854cdc28aa20ea64.tar.gz
tcl-d6f3ad620713ca2ff8a9b7cb854cdc28aa20ea64.tar.bz2
merged 8.1.0 changes into mainline
Diffstat (limited to 'unix/README')
-rw-r--r--unix/README8
1 files changed, 7 insertions, 1 deletions
diff --git a/unix/README b/unix/README
index 77e931e..117edc8 100644
--- a/unix/README
+++ b/unix/README
@@ -1,9 +1,15 @@
+Tcl UNIX README
+---------------
+
This is the directory where you configure, compile, test, and install
UNIX versions of Tcl. This directory also contains source files for Tcl
that are specific to UNIX. Some of the files in this directory are
used on the PC or Mac platform too, but they all depend on UNIX
(POSIX/ANSI C) interfaces and some of them only make sense under UNIX.
+Updated forms of the information found in this file is available at:
+ http://www.scriptics.com/support/howto/compile.html#unix
+
The rest of this file contains instructions on how to do this. The
release should compile and run either "out of the box" or with trivial
changes on any UNIX-like system that approximates POSIX, BSD, or System
@@ -12,7 +18,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for
a PC running Windows, see the README file in the directory ../win. To
compile for a Macintosh, see the README file in the directory ../mac.
-RCS: @(#) $Id: README,v 1.4 1999/04/16 00:48:03 stanton Exp $
+RCS: @(#) $Id: README,v 1.5 1999/04/24 01:46:54 stanton Exp $
How To Compile And Install Tcl:
-------------------------------