diff options
Diffstat (limited to 'win/README')
-rw-r--r-- | win/README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Tcl 8.5 for Windows +Tcl 8.6 for Windows 1. Introduction --------------- @@ -16,7 +16,7 @@ The information in this file is maintained on the web at: In order to compile Tcl for Windows, you need the following: - Tcl 8.5 Source Distribution (plus any patches) + Tcl 8.6 Source Distribution (plus any patches) and @@ -27,6 +27,9 @@ In order to compile Tcl for Windows, you need the following: Msys + Mingw [http://www.mingw.org/download.shtml] +Please note that building under Cygwin is NOT supported, +do not file a bug report about building under Cygwin. + In practice, this release is built with Visual C++ 6.0 and the TEA Makefile. @@ -51,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 tclsh85.exe, you must ensure that tcl85.dll is on +Note that in order to run tclsh86.exe, you must ensure that tcl86.dll is on your path, in the system directory, or in the directory containing -tclsh85.exe. +tclsh86.exe. Note: Tcl no longer provides support for Win32s. |