diff options
author | hobbs <hobbs> | 2001-04-03 07:11:39 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-04-03 07:11:39 (GMT) |
commit | 3bb43ef6446cddf54f1d872ea0d1f7779d3adc4f (patch) | |
tree | 150e3b071d4e2abe0265c8ad3137a449996aadff /win | |
parent | e29d3e56661accb9ffb75814b58b826106dd0c42 (diff) | |
download | tcl-3bb43ef6446cddf54f1d872ea0d1f7779d3adc4f.zip tcl-3bb43ef6446cddf54f1d872ea0d1f7779d3adc4f.tar.gz tcl-3bb43ef6446cddf54f1d872ea0d1f7779d3adc4f.tar.bz2 |
* README:
* win/README:
* win/README.binary: further notes corrections.
Diffstat (limited to 'win')
-rw-r--r-- | win/README | 6 | ||||
-rw-r--r-- | win/README.binary | 8 |
2 files changed, 5 insertions, 9 deletions
@@ -1,6 +1,6 @@ Tcl 8.4 for Windows -RCS: @(#) $Id: README,v 1.19 2001/04/02 01:59:55 hobbs Exp $ +RCS: @(#) $Id: README,v 1.20 2001/04/03 07:11:40 hobbs Exp $ 1. Introduction --------------- @@ -19,13 +19,13 @@ In order to compile Tcl for Windows, you need the following items: Tcl 8.4 Source Distribution (plus any patches) - Visual C++ 2.x/4.x/5.x + Visual C++ 4+ or Cygwin 1.1 (See http://sources.redhat.com/cygwin) -In practice, this release is built with Visual C++ 5.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 diff --git a/win/README.binary b/win/README.binary index c0a87db..19fb32c 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,6 +1,6 @@ Tcl/Tk 8.4 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.22 2001/04/02 01:59:55 hobbs Exp $ +RCS: @(#) $Id: README.binary,v 1.23 2001/04/03 07:11:40 hobbs Exp $ 1. Introduction --------------- @@ -16,8 +16,7 @@ and most powerful way to create GUI applications that run on PCs, Unix, and the Macintosh. Tcl can also be used for a variety of web-related tasks and for creating powerful command languages for applications. -Tcl is maintained, enhanced, and distributed freely as a service to the -Tcl community by Scriptics Corporation. +Tcl is maintained, enhanced, and distributed freely by the Tcl community. 2. Documentation ---------------- @@ -137,6 +136,3 @@ and go to the Mailing Lists page. There are also Special Interest Groups (SIGs) setup for these topics and more at: http://dev.scriptics.com/ - - - |