summaryrefslogtreecommitdiffstats
path: root/win/README
diff options
context:
space:
mode:
authormo <mo>2000-08-25 05:45:07 (GMT)
committermo <mo>2000-08-25 05:45:07 (GMT)
commit92b7deae26e04e620d0ccff5b84119091c0bbae6 (patch)
treeeda9a29092cf12d5c3df956d45bb50864bafbbf9 /win/README
parenta00987b71d6e7d1198978327f1aa26c4567bb5f7 (diff)
downloadtcl-92b7deae26e04e620d0ccff5b84119091c0bbae6.zip
tcl-92b7deae26e04e620d0ccff5b84119091c0bbae6.tar.gz
tcl-92b7deae26e04e620d0ccff5b84119091c0bbae6.tar.bz2
remove --enable-gcc configure option
Diffstat (limited to 'win/README')
-rw-r--r--win/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/win/README b/win/README
index a287f6b..ef896ba 100644
--- a/win/README
+++ b/win/README
@@ -4,7 +4,7 @@ by Scott Stanton
Scriptics Corporation
scott.stanton@scriptics.com
-RCS: @(#) $Id: README,v 1.17 2000/05/03 00:15:10 hobbs Exp $
+RCS: @(#) $Id: README,v 1.18 2000/08/25 05:45:08 mo Exp $
1. Introduction
---------------
@@ -25,6 +25,10 @@ In order to compile Tcl for Windows, you need the following items:
Visual C++ 2.x/4.x/5.x
+ or
+
+ Cygwin 1.1 (See http://sources.redhat.com/cygwin)
+
In practice, this release is built with Visual C++ 5.0
In the "win" subdirectory of the source release, you will find
@@ -33,6 +37,11 @@ update the paths at the top of the file to reflect your system
configuration. Now you can use "make" (or "nmake" for VC++) to build
the tcl libraries and the tclsh executable.
+If you are building with Cygwin, you can use the configure script
+that lives in the win subdirectory. The Cygwin based configure/build
+process works just like the UNIX one, so you will want to refer to
+../unix/README for available configure options.
+
In order to use the binaries generated by these makefiles, you will
need to place the Tcl script library files someplace where Tcl can
find them. Tcl looks in one of following places for the library files: