From 5fb5c5f74dc481bd4110996d2f4699266010b61c Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 6 Oct 2022 13:46:12 +1300 Subject: [PATCH] Update mingw links The mingw.org domain is no longer associated with the project, and they've also moved from sourceforge to osdn. --- Doc/Manual/CSharp.html | 2 +- Doc/Manual/Windows.html | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Doc/Manual/CSharp.html b/Doc/Manual/CSharp.html index 405868b5c..3cfff6e68 100644 --- a/Doc/Manual/CSharp.html +++ b/Doc/Manual/CSharp.html @@ -566,7 +566,7 @@ After SWIG has run and both the C# and C/C++ compilers have finished building, the examples will be run, by either running runme.exe or by running mono runme.exe (Mono C# compiler). Windows users can also get the examples working using a -Cygwin or MinGW environment for automatic configuration of the example makefiles. +Cygwin or MinGW environment for automatic configuration of the example makefiles. Any one of the C# compilers (Mono or Microsoft) can be detected from within a Cygwin or Mingw environment if installed in your path.

23.3 Void pointers

diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html index cdf56c785..80f4be3f9 100644 --- a/Doc/Manual/Windows.html +++ b/Doc/Manual/Windows.html @@ -220,7 +220,7 @@ Normally this is not needed, so most people will want to ignore this section.

There are various ways to build the SWIG executable including CMake which is able to generate project files for building with Visual Studio. -SWIG can also be compiled and run using MSYS2, Cygwin or MinGW, all of which provide a Unix like front end to Windows and comes free with the gcc C/C++ compiler. +SWIG can also be compiled and run using MSYS2, Cygwin or MinGW, all of which provide a Unix like front end to Windows and comes free with the gcc C/C++ compiler.

@@ -364,7 +364,7 @@ The short abbreviated instructions follow...

@@ -380,8 +380,7 @@ Execute the steps in the order shown and don't use spaces in path names. In fact
  1. - Download the following packages from the MinGW download page - or MinGW SourceForge download page. + Download the following packages from the MinGW download page. Note that at the time of writing, the majority of these are in the Current release list and some are in the Snapshot or Previous release list.