diff options
author | stwo <stwo> | 2009-11-09 23:38:10 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-11-09 23:38:10 (GMT) |
commit | 7b4578b998365822607fd302671c2109cdf27ac4 (patch) | |
tree | b6433c450323821b64651cc479c1f99ab781cd51 | |
parent | c69c58efa6a8335b33f5681b818245ae1da86be1 (diff) | |
download | tcl-7b4578b998365822607fd302671c2109cdf27ac4.zip tcl-7b4578b998365822607fd302671c2109cdf27ac4.tar.gz tcl-7b4578b998365822607fd302671c2109cdf27ac4.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-09 Stuart Cassoff <stwo@users.sf.net> + + * win/README: [bug 2459744]: Removed outdated Msys + Mingw info. + 2009-11-09 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c (TclEvalObjEx): Plug memory leak in @@ -1,6 +1,6 @@ Tcl 8.5 for Windows -RCS: @(#) $Id: README,v 1.37 2007/12/14 21:02:05 hobbs Exp $ +RCS: @(#) $Id: README,v 1.37.2.1 2009/11/09 23:38:10 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. |