diff --git a/doc/install.html b/doc/install.html index d1dbc10a..051d755e 100644 --- a/doc/install.html +++ b/doc/install.html @@ -117,7 +117,7 @@ hold all user-configurable settings:
-Either install one of the open source SDKs -(» MinGW or -» Cygwin), which come with a modified -GCC plus the required development headers. +Either install the open source SDK » MinGW, +which comes with a modified GCC plus the required development headers. Or install Microsoft's Visual Studio (MSVC).
For an x64 to ARM64 cross-build run this first: vcvarsall.bat x64_arm64
--Open a command prompt window and make sure the MinGW or Cygwin programs +Open a command prompt window and make sure the MinGW programs are in your path. Then cd to the directory of the git repository. Then run this command for MinGW:
@@ -227,12 +225,6 @@ Then run this command for MinGW: mingw32-make-Or this command for Cygwin: -
--make --
Then follow the installation instructions below.