From a1fdfe7d657cdc343868beaf6ea9f15a0311fe93 Mon Sep 17 00:00:00 2001 From: sethg Date: Tue, 23 Feb 2021 12:49:30 +0100 Subject: [PATCH] Remove duplicate section --- Doc/Manual/Windows.html | 51 +++++++++++++++++------------------------ 1 file changed, 21 insertions(+), 30 deletions(-) diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html index 1991e7fab..e23af9e75 100644 --- a/Doc/Manual/Windows.html +++ b/Doc/Manual/Windows.html @@ -356,15 +356,6 @@ Note that the Cygwin environment will also allow one to regenerate the autotool These files are generated using the autogen.sh script and will only need regenerating in circumstances such as changing the build system.

-

3.3.1.3 Building swig.exe alternatives

- - -

-If you don't want to install Cygwin or MinGW, use a different compiler to build -SWIG. For example, all the source code files can be added to a Visual C++ project -file in order to build swig.exe from the Visual C++ IDE. -

-

3.3.1.2 Building swig.exe using Cygwin

@@ -394,27 +385,27 @@ building SWIG the dependencies need to be installed. The steps below are one of For fully working build steps always check the Continuous Integration setups currently detailed in the Appveyor YAML file.

-
    -
  1. - Download CMake from https://cmake.org/download/. In this example we are using 3.19 and unzipping it - to C:\Tools\cmake-3.19.4-win64-x64 -
  2. -
  3. - Download Bison from https://sourceforge.net/projects/gnuwin32/files/bison/ (2.4.1 is used in this example) - and save to a folder e.g. C:\Tools\Bison -
  4. -
  5. - Install Nuget from https://www.nuget.org/downloads (v5.8.1 is used in this example). Nuget is the package manager - for .NET, but allows us to easily install PCRE required by SWIG. -
  6. -
  7. - Install PCRE using Nuget using the following command:
    C:\Tools\nuget install pcre -Verbosity quiet -Version 8.33.0.1 -OutputDirectory C:\pcre
    -
  8. -
  9. - We will also need the SWIG source code. Either download a zipped archive from GitHub, or if git is installed clone the latest codebase - using
    git clone https://github.com/swig/swig.git
    - In this example we are assuming the source code is available at C:\swig -
  10. +
      +
    1. + Install Nuget from https://www.nuget.org/downloads (v5.8.1 is used in this example). Nuget is the package manager + for .NET, but allows us to easily install PCRE required by SWIG. +
    2. +
    3. + Download CMake from https://cmake.org/download/. In this example we are using 3.19 and unzipping it + to C:\Tools\cmake-3.19.4-win64-x64 +
    4. +
    5. + Download Bison from https://sourceforge.net/projects/gnuwin32/files/bison/ (2.4.1 is used in this example) + and save to a folder e.g. C:\Tools\Bison +
    6. +
    7. + Install PCRE using Nuget using the following command:
      C:\Tools\nuget install pcre -Verbosity quiet -Version 8.33.0.1 -OutputDirectory C:\pcre
      +
    8. +
    9. + We will also need the SWIG source code. Either download a zipped archive from GitHub, or if git is installed clone the latest codebase + using
      git clone https://github.com/swig/swig.git
      + In this example we are assuming the source code is available at C:\swig +