summaryrefslogtreecommitdiffstats
path: root/win/README
diff options
context:
space:
mode:
Diffstat (limited to 'win/README')
-rw-r--r--win/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/win/README b/win/README
index ccd1e7d..98f0dee 100644
--- a/win/README
+++ b/win/README
@@ -1,4 +1,4 @@
-Tcl 8.5 for Windows
+Tcl 8.6 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.5 Source Distribution (plus any patches)
+ Tcl 8.6 Source Distribution (plus any patches)
and
@@ -30,6 +30,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.
@@ -54,9 +57,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.