diff options
Diffstat (limited to 'win/README')
-rw-r--r-- | win/README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Tcl 8.4 for Windows +Tcl 8.5 for Windows 1. Introduction --------------- @@ -19,7 +19,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 @@ -54,9 +54,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. |