diff options
author | stwo <stwo> | 2009-11-09 23:14:57 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-11-09 23:14:57 (GMT) |
commit | 87c01b989008cb30c049831de30fd6005f8e45bc (patch) | |
tree | 14979ac30253472cdf86cd71d1ce71dcf3ed9ff3 | |
parent | 6d01aeb1fd2c8828a830d155acb60f6fdea98327 (diff) | |
download | tcl-87c01b989008cb30c049831de30fd6005f8e45bc.zip tcl-87c01b989008cb30c049831de30fd6005f8e45bc.tar.gz tcl-87c01b989008cb30c049831de30fd6005f8e45bc.tar.bz2 |
Removed outdated Msys + Mingw info.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | win/README | 15 |
2 files changed, 7 insertions, 12 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 Andreas Kupries <andreask@activestate.com> * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of @@ -1,6 +1,6 @@ Tcl 8.6 for Windows -RCS: @(#) $Id: README,v 1.40 2008/09/25 14:37:59 dgp Exp $ +RCS: @(#) $Id: README,v 1.41 2009/11/09 23:14:57 stwo Exp $ 1. Introduction --------------- @@ -31,18 +31,9 @@ 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. - - Please note that building under Cygwin is NOT supported, - do not file a bug report about building under Cygwin. +Please note that building under Cygwin is NOT supported, +do not file a bug report about building under Cygwin. In practice, this release is built with Visual C++ 6.0 and the TEA Makefile. |