diff options
author | stwo <stwo> | 2009-11-10 21:14:19 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-11-10 21:14:19 (GMT) |
commit | 20eb71254d8455f4cb7ba4a13af8955fb47178e2 (patch) | |
tree | 2998d46ef2c5a5c067331a5d1bbc88d8d6bbb4e8 /win | |
parent | e60cc3b95c3f88c24c6605468768657fb5f6c58f (diff) | |
download | tcl-20eb71254d8455f4cb7ba4a13af8955fb47178e2.zip tcl-20eb71254d8455f4cb7ba4a13af8955fb47178e2.tar.gz tcl-20eb71254d8455f4cb7ba4a13af8955fb47178e2.tar.bz2 |
Removed outdated Msys + Mingw info, fix for [Bug 2459744].
Diffstat (limited to 'win')
-rw-r--r-- | win/README | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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. |