diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-21 12:00:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-21 12:00:29 (GMT) |
commit | 3f913d322f99aae818c2fbe06049a19c4c1125f8 (patch) | |
tree | f49bd6fdc3bc43759371c62ca257043cc00a9b40 /win/README | |
parent | 8c5e1ee93f7b7ae0a948d354b1f2dfdcdda0eab0 (diff) | |
download | tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.zip tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.tar.gz tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.tar.bz2 |
Change a lot of url's (as far as possible) from http:// to https://
Diffstat (limited to 'win/README')
-rw-r--r-- | win/README | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -9,7 +9,7 @@ that are specific to Microsoft Windows. The information in this file is maintained on the web at: - http://www.tcl.tk/doc/howto/compile.html#win + https://www.tcl-lang.org/doc/howto/compile.html#win 2. Compiling Tcl ---------------- @@ -29,7 +29,7 @@ In order to compile Tcl for Windows, you need the following: or - Cygwin + MinGW-w64 [http://cygwin.com/install.html] + Cygwin + MinGW-w64 [https://cygwin.com/install.html] (win32 or win64) or @@ -42,11 +42,6 @@ In order to compile Tcl for Windows, you need the following: Msys + MinGW-w64 [http://mingw-w64.sourceforge.net/] (win32 or win64) - or - - Msys + MinGW [http://www.mingw.org/download.shtml] - (win32 only) - In practice, this release is built with Visual C++ 6.0 and the TEA Makefile. |