diff options
-rw-r--r-- | win/README | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,6 @@ Tcl 8.4 for Windows -RCS: @(#) $Id: README,v 1.30.2.2 2007/12/14 20:55:29 hobbs Exp $ +RCS: @(#) $Id: README,v 1.30.2.3 2007/12/14 21:02:29 hobbs Exp $ 1. Introduction --------------- @@ -59,9 +59,7 @@ in the win subdirectory. The Msys based configure/build process works just like the UNIX one, so you will want to refer to ../unix/README for available configure options. An error will be generated by the configure script if you try to compile Tcl with the Cygwin version of gcc instead of -the Mingw version. Check your PATH if you get this error. Be aware that gcc -will generate lots of compile time warnings when building Tcl. Warnings are -not errors, so please don't file a bug report about them. +the Mingw version. Check your PATH if you get this error. Use the Makefile "install" target to install Tcl. It will install it according to the prefix options you provided in the correct directory |