summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-24 01:50:46 (GMT)
committerstanton <stanton>1999-04-24 01:50:46 (GMT)
commit33b9462f0016ef41b6c303739ad7f53bc697430f (patch)
tree51fa2de010b339d9d837978fb86ce589f42a3d01 /unix/README
parent561def0a476b2905df665d317583408e48cb8ff2 (diff)
downloadtk-33b9462f0016ef41b6c303739ad7f53bc697430f.zip
tk-33b9462f0016ef41b6c303739ad7f53bc697430f.tar.gz
tk-33b9462f0016ef41b6c303739ad7f53bc697430f.tar.bz2
merged 8.1.0 changes into mainline
Diffstat (limited to 'unix/README')
-rw-r--r--unix/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/unix/README b/unix/README
index 14d3d40..ccc5d37 100644
--- a/unix/README
+++ b/unix/README
@@ -1,7 +1,13 @@
+Tk UNIX README
+--------------
+
This is the directory where you configure, compile, test, and install
UNIX versions of Tk. This directory also contains source files for Tk
that are specific to UNIX.
+The information in this file is maintained at:
+ http://www.scriptics.com/support/howto/compile.html
+
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
@@ -10,13 +16,13 @@ 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 01:51:45 stanton Exp $
+RCS: @(#) $Id: README,v 1.5 1999/04/24 01:50:51 stanton Exp $
How To Compile And Install Tk:
------------------------------
(a) Make sure that the Tcl 8.1 release is present in the directory
- ../../tcl8.1a2 (or else use the "--with-tcl" switch described below).
+ ../../tcl8.1 (or else use the "--with-tcl" switch described below).
This release of Tk will only work with Tcl 8.1. Also, be sure that
you have configured Tcl before you configure Tk.