diff options
Diffstat (limited to 'win/README')
-rw-r--r-- | win/README | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,10 +1,10 @@ -Tcl 8.2 for Windows +Tcl 8.3 for Windows by Scott Stanton Scriptics Corporation scott.stanton@scriptics.com -RCS: @(#) $Id: README,v 1.13 1999/07/22 21:50:56 redman Exp $ +RCS: @(#) $Id: README,v 1.14 1999/10/05 22:47:04 hobbs Exp $ 1. Introduction --------------- @@ -21,11 +21,11 @@ The information in this file is maintained on the web at: In order to compile Tcl for Windows, you need the following items: - Tcl 8.2 Source Distribution (plus any patches) + Tcl 8.3 Source Distribution (plus any patches) Visual C++ 2.x/4.x/5.x -In practice, the 8.2 release is built with Visual C++ 5.0 +In practice, this release is built with Visual C++ 5.0 In the "win" subdirectory of the source release, you will find "makefile.vc". This is the makefile Visual C++ compiler. You should @@ -39,18 +39,18 @@ find them. Tcl looks in one of three places for the library files: 1) The path specified in the environment variable "TCL_LIBRARY". - 2) In the lib\tcl8.2 directory under the installation directory + 2) In the lib\tcl8.3 directory under the installation directory as specified in the registry: - HKEY_LOCAL_MACHINE\SOFTWARE\Scriptics\Tcl\8.2 + HKEY_LOCAL_MACHINE\SOFTWARE\Scriptics\Tcl\8.3 3) Relative to the directory containing the current .exe. - Tcl will look for a directory "..\lib\tcl8.2" relative to the + Tcl will look for a directory "..\lib\tcl8.3" relative to the directory containing the currently running .exe. -Note that in order to run tclsh82.exe, you must ensure that tcl82.dll -and tclpip82.dll are on your path, in the system directory, or in the -directory containing tclsh82.exe. +Note that in order to run tclsh83.exe, you must ensure that tcl83.dll +and tclpip83.dll are on your path, in the system directory, or in the +directory containing tclsh83.exe. Note: Tcl no longer provides support for Win32s. |