summaryrefslogtreecommitdiffstats
path: root/win/README
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2001-10-03 20:26:07 (GMT)
committerhobbs <hobbs@noemail.net>2001-10-03 20:26:07 (GMT)
commita86615eb136c4597fe7a87adee480b5f6a202746 (patch)
tree2ebcd3d4d7419c2c36d74ca15aaab318c62bd9fa /win/README
parentca6048b019e1c8e44cf48b94880527c4ffbeb379 (diff)
downloadtcl-a86615eb136c4597fe7a87adee480b5f6a202746.zip
tcl-a86615eb136c4597fe7a87adee480b5f6a202746.tar.gz
tcl-a86615eb136c4597fe7a87adee480b5f6a202746.tar.bz2
updated patchlevel to 8.3.4.
Changed URLs to point to www.tcl-tk.net where appropriate. Added proper Win64 build support (for SDK RC1). FossilOrigin-Name: b2da77e68d096e2387bc6066b2a0aa062d62dde1
Diffstat (limited to 'win/README')
-rw-r--r--win/README12
1 files changed, 7 insertions, 5 deletions
diff --git a/win/README b/win/README
index f920c47..0cb9a16 100644
--- a/win/README
+++ b/win/README
@@ -1,6 +1,6 @@
Tcl 8.3 for Windows
-RCS: @(#) $Id: README,v 1.16.2.2 2001/04/06 01:32:53 hobbs Exp $
+RCS: @(#) $Id: README,v 1.16.2.3 2001/10/03 20:26:10 hobbs Exp $
1. Introduction
---------------
@@ -10,7 +10,8 @@ version of Tcl. This directory also contains source files for Tcl
that are specific to Microsoft Windows.
The information in this file is maintained on the web at:
- http://dev.scriptics.com/doc/howto/compile.html#win
+
+ http://www.tcl-tk.net/doc/howto/compile.html#win
2. Compiling Tcl
----------------
@@ -21,7 +22,7 @@ In order to compile Tcl for Windows, you need the following items:
Visual C++ 5+
-In practice, this release is built with Visual C++ 6.0
+In practice, this release is built with Visual C++ 6.0.
In the "win" subdirectory of the source release, you will find
"makefile.vc". This is the makefile Visual C++ compiler. You should
@@ -36,8 +37,8 @@ find them. Tcl looks in one of following places for the library files:
1) The path specified in the environment variable "TCL_LIBRARY".
2) Relative to the directory containing the current .exe.
- Tcl will look for a directory "..\lib\tcl8.3" relative to the
- directory containing the currently running .exe.
+ Tcl will look for a directory "..\lib\tcl8.3" relative to the
+ directory containing the currently running .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
@@ -52,6 +53,7 @@ This distribution contains an extensive test suite for Tcl. Some of
the tests are timing dependent and will fail from time to time. If a
test is failing consistently, please send us a bug report with as much
detail as you can manage. Please use the online database at
+
http://tcl.sourceforge.net/
In order to run the test suite, you build the "test" target using the