diff options
author | stanton <stanton@noemail.net> | 1999-04-24 01:50:46 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-04-24 01:50:46 (GMT) |
commit | ae737cc87bde3b565dd4c508f0f55fee4122c22e (patch) | |
tree | 51fa2de010b339d9d837978fb86ce589f42a3d01 /unix | |
parent | a45692a324ea5650ef3362dd3e983c93ff1ec16d (diff) | |
download | tk-ae737cc87bde3b565dd4c508f0f55fee4122c22e.zip tk-ae737cc87bde3b565dd4c508f0f55fee4122c22e.tar.gz tk-ae737cc87bde3b565dd4c508f0f55fee4122c22e.tar.bz2 |
merged 8.1.0 changes into mainline
FossilOrigin-Name: 14df4a4ce7dcced8c16e47590d9569f9a94a0e38
Diffstat (limited to 'unix')
-rw-r--r-- | unix/README | 10 |
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. |