diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | win/README | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2002-11-26 Mo DeJong <mdejong@users.sourceforge.net> + + * win/README: Update msys build env URL. This + release #4 build both tcl and tk without problems. + 2002-11-22 Jeff Hobbs <jeffh@ActiveState.com> * library/init.tcl: code cleanup to reduce use of @@ -1,6 +1,6 @@ Tcl 8.4 for Windows -RCS: @(#) $Id: README,v 1.27 2002/06/04 19:23:30 mdejong Exp $ +RCS: @(#) $Id: README,v 1.28 2002/11/26 21:56:15 mdejong Exp $ 1. Introduction --------------- @@ -30,7 +30,7 @@ In order to compile Tcl for Windows, you need the following: Msys + Mingw 1.1 - http://prdownloads.sourceforge.net/tcl/msys_mingw2.zip + http://prdownloads.sourceforge.net/tcl/msys_mingw4.zip This Msys + Mingw download is the minimal environment needed to build Tcl/Tk under Windows. It includes a |