diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | win/README | 15 |
2 files changed, 8 insertions, 13 deletions
@@ -1,3 +1,9 @@ +2005-07-28 Mo DeJong <mdejong@users.sourceforge.net> + + * win/README: Update link to msys_mingw8.zip. + Remove old Cygwin + Mingw info, people should + just build with the msys + mingw configuration. + 2005-07-28 Jeff Hobbs <jeffh@ActiveState.com> * unix/configure, unix/tcl.m4: defined TCL_LOAD_FROM_MEMORY on @@ -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. |