From 55a42da36ea6dd357ef928dd5c6776278b32ab92 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 9 Mar 2025 16:09:36 +0100 Subject: Remove Cygwin from docs, since it's not a supported target. --- doc/install.html | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'doc') 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:
  • Makefile has settings for installing LuaJIT (POSIX only).
  • src/Makefile has settings for compiling LuaJIT -under POSIX, MinGW or Cygwin.
  • +under POSIX or MinGW.
  • src/msvcbuild.bat has settings for compiling LuaJIT with MSVC (Visual Studio).
  • @@ -195,10 +195,8 @@ Obviously the prefixes given during build and installation need to be the same.

    Windows Systems

    Prerequisites

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

    Building with MSVC

    @@ -217,9 +215,9 @@ Then follow the installation instructions below.

    For an x64 to ARM64 cross-build run this first: vcvarsall.bat x64_arm64

    -

    Building with MinGW or Cygwin

    +

    Building with MinGW

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

    Installing LuaJIT

    -- cgit v1.2.3-55-g6feb