diff options
author | stwo <stwo> | 2009-11-10 21:14:19 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-11-10 21:14:19 (GMT) |
commit | 20e02f9ded385a388606c860b9fd95ba799bde09 (patch) | |
tree | 2998d46ef2c5a5c067331a5d1bbc88d8d6bbb4e8 | |
parent | f3af5fd1b54cf4f38673bcb202297a67d48b28ef (diff) | |
download | tcl-20e02f9ded385a388606c860b9fd95ba799bde09.zip tcl-20e02f9ded385a388606c860b9fd95ba799bde09.tar.gz tcl-20e02f9ded385a388606c860b9fd95ba799bde09.tar.bz2 |
Removed outdated Msys + Mingw info, fix for [Bug 2459744].
-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. |