From 2a7eddd2b7930b20034fca426a05ccc524422ab6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 17 Oct 2013 12:19:20 +0000 Subject: [PATCH] Also add mention of TDM-GCC to the build instructions. This seems to be a very popular option for building wxWidgets too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/install.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index e2d1ee2514..f63db284c5 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -374,12 +374,13 @@ Note (4): wxUSE_STD_STRING is disabled in wx/string.h for Watcom as this Cygwin/MinGW Compilation ---------------------------------------------------------------- -wxWidgets supports Cygwin, MinGW and MinGW-w64 tool chains under Windows. -They can be downloaded from: +wxWidgets supports Cygwin, MinGW, MinGW-w64 and TDM-GCC tool chains under +Windows. They can be downloaded from: http://www.cygwin.com/ http://www.mingw.org/ http://mingw-w64.sourceforge.net/ + http://tdm-gcc.tdragon.net/ respectively. Please retrieve and install the latest version of your preferred tool chain by following the instructions provided by these packages. Notice