diff options
author | hobbs <hobbs> | 2003-02-27 00:05:54 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-27 00:05:54 (GMT) |
commit | e24da68d31b416e9f9c60067d43edf83ec486866 (patch) | |
tree | cea2e7fa0bc133391f8ab2ea5f759276a6b1a41d /unix/README | |
parent | 068b4d37aa8b1004f70c6ed479cd310b291c16f1 (diff) | |
download | tk-e24da68d31b416e9f9c60067d43edf83ec486866.zip tk-e24da68d31b416e9f9c60067d43edf83ec486866.tar.gz tk-e24da68d31b416e9f9c60067d43edf83ec486866.tar.bz2 |
replace version refs with version-agnostic wording
Diffstat (limited to 'unix/README')
-rw-r--r-- | unix/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/unix/README b/unix/README index dfa112d..1b0c580 100644 --- a/unix/README +++ b/unix/README @@ -20,15 +20,16 @@ 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.18 2002/10/10 05:01:23 hobbs Exp $ +RCS: @(#) $Id: README,v 1.19 2003/02/27 00:05:54 hobbs Exp $ How To Compile And Install Tk: ------------------------------ -(a) Make sure that the Tcl 8.4.1 release is present in the directory - ../../tcl8.4.1 (or else use the "--with-tcl" switch described below). - This release of Tk will only work with Tcl 8.4. Also, be sure that - you have configured Tcl before you configure Tk. +(a) Make sure that the Tcl release is present in the directory + ../../tcl<version> (or else use the "--with-tcl" switch described + below). This release of Tk will only work with the equivalently + version Tcl release. Also, be sure that you have configured Tcl before + you configure Tk. (b) Check for patches as described in ../README. |