diff options
author | mdejong <mdejong> | 2003-01-27 03:34:04 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-01-27 03:34:04 (GMT) |
commit | f984c4ad3faf4e73075257544bf291bc7e7a1f51 (patch) | |
tree | fce872b2a48e0edf0ff52684555051d3db53559e /win/README | |
parent | 60b96992277a21af6c79074d66edf3a069abf734 (diff) | |
download | tcl-f984c4ad3faf4e73075257544bf291bc7e7a1f51.zip tcl-f984c4ad3faf4e73075257544bf291bc7e7a1f51.tar.gz tcl-f984c4ad3faf4e73075257544bf291bc7e7a1f51.tar.bz2 |
* win/README: Update msys+mingw URL to release 6.
This version bundles gcc 3.
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 |