diff options
Diffstat (limited to 'win/README')
-rw-r--r-- | win/README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ Tcl 8.4 for Windows -RCS: @(#) $Id: README,v 1.29 2003/01/13 08:48:10 mdejong Exp $ +RCS: @(#) $Id: README,v 1.30 2003/01/27 03:34:04 mdejong Exp $ 1. Introduction --------------- @@ -28,9 +28,9 @@ In order to compile Tcl for Windows, you need the following: or - Msys + Mingw 1.1 + Msys + Mingw - http://prdownloads.sourceforge.net/tcl/msys_mingw5.zip + http://prdownloads.sourceforge.net/tcl/msys_mingw6.zip This Msys + Mingw download is the minimal environment needed to build Tcl/Tk under Windows. It includes a @@ -45,7 +45,7 @@ In order to compile Tcl for Windows, you need the following: Cygwin 1.1 or newer (See http://sources.redhat.com/cygwin) - Mingw 1.1 (http://prdownloads.sourceforge.net/mingw/MinGW-1.1.tar.gz) + Mingw 2.0 (http://prdownloads.sourceforge.net/mingw/MinGW-2.0.0-3.exe) Extract the contents of the archive file into /usr/local/mingw and place /usr/local/mingw/bin at the front of your PATH env var |