diff options
Diffstat (limited to 'win/README')
-rw-r--r-- | win/README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ -Tcl 8.4 for Windows +Tcl 8.5 for Windows -RCS: @(#) $Id: README,v 1.30.2.4 2009/11/10 21:14:19 stwo Exp $ +RCS: @(#) $Id: README,v 1.37.2.1 2009/11/09 23:38:10 stwo Exp $ 1. Introduction --------------- @@ -21,7 +21,7 @@ when compiling Tcl extensions that will be dynamically loaded. In order to compile Tcl for Windows, you need the following: - Tcl 8.4 Source Distribution (plus any patches) + Tcl 8.5 Source Distribution (plus any patches) and @@ -56,9 +56,9 @@ Use the Makefile "install" target to install Tcl. It will install it according to the prefix options you provided in the correct directory structure. -Note that in order to run tclsh84.exe, you must ensure that tcl84.dll -and tclpip84.dll are on your path, in the system directory, or in the -directory containing tclsh84.exe. +Note that in order to run tclsh85.exe, you must ensure that tcl85.dll is on +your path, in the system directory, or in the directory containing +tclsh85.exe. Note: Tcl no longer provides support for Win32s. |