diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-06 14:50:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-06 14:50:08 (GMT) |
commit | 27e8f4db3d5d3fa5840fc71f3cf231238ff2863b (patch) | |
tree | ed1481814af7c403e4d78d77e5b71ac61553071b /win/README | |
parent | 9b30058284ab5a87d78cb96dcd63b95a7ada2393 (diff) | |
download | tcl-27e8f4db3d5d3fa5840fc71f3cf231238ff2863b.zip tcl-27e8f4db3d5d3fa5840fc71f3cf231238ff2863b.tar.gz tcl-27e8f4db3d5d3fa5840fc71f3cf231238ff2863b.tar.bz2 |
More tcl8 -> tcl9 renumbering, for example related to the installation of Tcl packages where tcl9 actually can find them.
Diffstat (limited to 'win/README')
-rw-r--r-- | win/README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -79,9 +79,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 tclsh87.exe, you must ensure that tcl87.dll is +Note that in order to run tclsh90.exe, you must ensure that tcl90.dll is on your path, in the system directory, or in the directory containing -tclsh87.exe. +tclsh90.exe. Note: Tcl no longer provides support for Win32s. |