diff options
author | hobbs <hobbs> | 1999-10-05 22:47:04 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-05 22:47:04 (GMT) |
commit | c67d7bf369b87f7440411eb5c4ec8d5773ec1461 (patch) | |
tree | 5646f922262ffbf32320f68c25a6415d94f66da5 /win/README | |
parent | 0e113a9fa52d8d8f9c8be444d0e1a180084d6d8b (diff) | |
download | tcl-c67d7bf369b87f7440411eb5c4ec8d5773ec1461.zip tcl-c67d7bf369b87f7440411eb5c4ec8d5773ec1461.tar.gz tcl-c67d7bf369b87f7440411eb5c4ec8d5773ec1461.tar.bz2 |
* {win,mac,unix,tools,}/README:
* win/README.binary:
* win/makefile.vc:
* {win,unix}/configure.in:
* generic/tcl.h:
* library/init.tcl: updated to 8.3a1 from 8.2.0.
* win/tclWinReg.c: fixed registry command to properly 'get'
HKEY_PERFORMANCE_DATA root key data. Needs more work.
* win/tclWinSerial.c: changed SerialSetOptionProc to return
TCL_OK by default. (patch from Rolf Schroedter)
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. |