diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-04 23:50:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-04 23:50:40 (GMT) |
commit | 0f166d6f35a627e1bef3c3bad4a590845ed5580f (patch) | |
tree | d350fda87e77ed5c613bb21258645abde5c1ff7e /unix/README | |
parent | 993e01f8347657079103a0f41bbb5115c9d2f633 (diff) | |
download | tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.zip tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.tar.gz tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.tar.bz2 |
* README: Bumped version number of
* generic/tk.h: Tk to 8.5a0.
* library/tk.tcl:
* mac/README:
* macosx/Wish.pbproj/project.pbxproj:
* unix/README:
* unix/configure.in:
* unix/tk.spec:
* win/README:
* win/configure.in:
* win/makefile.vc:
* win/tcl.m4:
* unix/configure: autoconf
* win/configure:
Diffstat (limited to 'unix/README')
-rw-r--r-- | unix/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/README b/unix/README index 1b0c580..2fbbe79 100644 --- a/unix/README +++ b/unix/README @@ -20,7 +20,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.19 2003/02/27 00:05:54 hobbs Exp $ +RCS: @(#) $Id: README,v 1.20 2003/03/04 23:50:44 dgp Exp $ How To Compile And Install Tk: ------------------------------ @@ -110,9 +110,9 @@ How To Compile And Install Tk: TCL_LIBRARY environment variable as well (see the Tcl README file for information on this). Note that installed versions of wish, libtk.a, libtk.so, and the Tk library have a version number in their - names, such as "wish8.4" or "libtk8.4.so"; to use the installed + names, such as "wish8.5" or "libtk8.5.so"; to use the installed versions, either specify the version number or create a symbolic - link (e.g. from "wish" to "wish8.4"). + link (e.g. from "wish" to "wish8.5"). If you have trouble compiling Tk, see the URL noted above about working platforms. It contains information that people have provided about changes |