diff options
author | mdejong <mdejong> | 2005-07-23 02:59:56 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2005-07-23 02:59:56 (GMT) |
commit | 6f173b7f6fa783afed059c46c49241bebb0995b7 (patch) | |
tree | a6da9b909ce52d853e2e3e4d4e9934961881cce5 /win | |
parent | 6184e1e1f212b1517022a8b023a686033f4faad8 (diff) | |
download | tcl-6f173b7f6fa783afed059c46c49241bebb0995b7.zip tcl-6f173b7f6fa783afed059c46c49241bebb0995b7.tar.gz tcl-6f173b7f6fa783afed059c46c49241bebb0995b7.tar.bz2 |
* tests/string.test: Add string is tests for
functionality that was not tested.
* win/README: Update msys + mingw URL.
Remove old Cygwin + mingw info.
Diffstat (limited to 'win')
-rw-r--r-- | win/README | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -1,6 +1,6 @@ Tcl 8.5 for Windows -RCS: @(#) $Id: README,v 1.32 2004/07/01 10:08:11 dkf Exp $ +RCS: @(#) $Id: README,v 1.33 2005/07/23 02:59:59 mdejong Exp $ 1. Introduction --------------- @@ -30,7 +30,7 @@ In order to compile Tcl for Windows, you need the following: Msys + Mingw - http://prdownloads.sourceforge.net/tcl/msys_mingw6.zip + http://prdownloads.sourceforge.net/tcl/msys_mingw7.zip This Msys + Mingw download is the minimal environment needed to build Tcl/Tk under Windows. It includes a @@ -41,17 +41,6 @@ In order to compile Tcl for Windows, you need the following: to launch the msys shell, you then run the configure script in the tcl/win directory. - or - - Cygwin 1.1 or newer (See http://sources.redhat.com/cygwin) - - Mingw 2.0 (http://prdownloads.sourceforge.net/mingw/MinGW-2.0.0-3.exe) - - Extract the contents of the archive file into /usr/local/mingw - and place /usr/local/mingw/bin at the front of your PATH env var - before running the configure script in the tcl/win directory. - - In practice, this release is built with Visual C++ 6.0 and the TEA Makefile. |