diff options
author | mdejong <mdejong> | 2005-07-29 03:50:31 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2005-07-29 03:50:31 (GMT) |
commit | cfb0529d87cadc7480b14d0b3379ecf7ed5802c9 (patch) | |
tree | b27d179044fd067bb40b958408e039d6a1fc51b7 /win | |
parent | 55164c3fb43310af750cc7c02a86f163a1fefee7 (diff) | |
download | tcl-cfb0529d87cadc7480b14d0b3379ecf7ed5802c9.zip tcl-cfb0529d87cadc7480b14d0b3379ecf7ed5802c9.tar.gz tcl-cfb0529d87cadc7480b14d0b3379ecf7ed5802c9.tar.bz2 |
* win/README: Update link to msys_mingw8.zip.
Remove old Cygwin + Mingw info, people should
just build with the msys + mingw configuration.
Diffstat (limited to 'win')
-rw-r--r-- | win/README | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -1,6 +1,6 @@ Tcl 8.4 for Windows -RCS: @(#) $Id: README,v 1.30 2003/01/27 03:34:04 mdejong Exp $ +RCS: @(#) $Id: README,v 1.30.2.1 2005/07/29 03:50:51 mdejong Exp $ 1. Introduction --------------- @@ -30,7 +30,7 @@ In order to compile Tcl for Windows, you need the following: Msys + Mingw - http://prdownloads.sourceforge.net/tcl/msys_mingw6.zip + http://prdownloads.sourceforge.net/tcl/msys_mingw8.zip This Msys + Mingw download is the minimal environment needed to build Tcl/Tk under Windows. It includes a @@ -41,17 +41,6 @@ In order to compile Tcl for Windows, you need the following: to launch the msys shell, you then run the configure script in the tcl/win directory. - or - - Cygwin 1.1 or newer (See http://sources.redhat.com/cygwin) - - 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 - before running the configure script in the tcl/win directory. - - In practice, this release is built with Visual C++ 6.0 and the TEA Makefile. |