diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | win/README | 11 |
2 files changed, 5 insertions, 10 deletions
@@ -1,3 +1,7 @@ +2009-11-10 Stuart Cassoff <stwo@users.sf.net> + + * win/README: [bug 2459744]: Removed outdated Msys + Mingw info. + 2009-11-10 Andreas Kupries <andreask@activestate.com> * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). @@ -1,6 +1,6 @@ Tcl 8.4 for Windows -RCS: @(#) $Id: README,v 1.30.2.3 2007/12/14 21:02:29 hobbs Exp $ +RCS: @(#) $Id: README,v 1.30.2.4 2009/11/10 21:14:19 stwo Exp $ 1. Introduction --------------- @@ -31,15 +31,6 @@ In order to compile Tcl for Windows, you need the following: Msys + Mingw [http://www.mingw.org/download.shtml] - http://prdownloads.sourceforge.net/tcl/msys_mingw8.zip - - This Msys + Mingw download above is the minimal environment needed - to build Tcl/Tk under Windows. It includes a shell environment and - gcc. The release is designed to make it as easy a possible to build - Tcl/Tk. To install, you just download the zip file and extract the - files into a directory. The README.TXT file describes how to launch - the msys shell, you then run the configure script in the tcl/win - directory. In practice, this release is built with Visual C++ 6.0 and the TEA Makefile. |