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.
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...