Remove Cygwin from docs, since it's not a supported target.

This commit is contained in:
Mike Pall 2025-03-09 16:09:36 +01:00
parent 423ac2144b
commit 55a42da36e

View File

@ -117,7 +117,7 @@ hold all user-configurable settings:
<li><tt>Makefile</tt> has settings for <b>installing</b> LuaJIT (POSIX <li><tt>Makefile</tt> has settings for <b>installing</b> LuaJIT (POSIX
only).</li> only).</li>
<li><tt>src/Makefile</tt> has settings for <b>compiling</b> LuaJIT <li><tt>src/Makefile</tt> has settings for <b>compiling</b> LuaJIT
under POSIX, MinGW or Cygwin.</li> under POSIX or MinGW.</li>
<li><tt>src/msvcbuild.bat</tt> has settings for compiling LuaJIT with <li><tt>src/msvcbuild.bat</tt> has settings for compiling LuaJIT with
MSVC (Visual Studio).</li> MSVC (Visual Studio).</li>
</ul> </ul>
@ -195,10 +195,8 @@ Obviously the prefixes given during build and installation need to be the same.
<h2 id="windows">Windows Systems</h2> <h2 id="windows">Windows Systems</h2>
<h3>Prerequisites</h3> <h3>Prerequisites</h3>
<p> <p>
Either install one of the open source SDKs Either install the open source SDK <a href="http://mingw.org/"><span class="ext">&raquo;</span>&nbsp;MinGW</a>,
(<a href="http://mingw.org/"><span class="ext">&raquo;</span>&nbsp;MinGW</a> or which comes with a modified GCC plus the required development headers.
<a href="https://www.cygwin.com/"><span class="ext">&raquo;</span>&nbsp;Cygwin</a>), which come with a modified
GCC plus the required development headers.
Or install Microsoft's Visual Studio (MSVC). Or install Microsoft's Visual Studio (MSVC).
</p> </p>
<h3>Building with MSVC</h3> <h3>Building with MSVC</h3>
@ -217,9 +215,9 @@ Then follow the installation instructions below.
<p> <p>
For an x64 to ARM64 cross-build run this first: <tt>vcvarsall.bat x64_arm64</tt> For an x64 to ARM64 cross-build run this first: <tt>vcvarsall.bat x64_arm64</tt>
</p> </p>
<h3>Building with MinGW or Cygwin</h3> <h3>Building with MinGW</h3>
<p> <p>
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 <tt>cd</tt> to the directory of the git repository. are in your path. Then <tt>cd</tt> to the directory of the git repository.
Then run this command for MinGW: Then run this command for MinGW:
</p> </p>
@ -227,12 +225,6 @@ Then run this command for MinGW:
mingw32-make mingw32-make
</pre> </pre>
<p> <p>
Or this command for Cygwin:
</p>
<pre class="code">
make
</pre>
<p>
Then follow the installation instructions below. Then follow the installation instructions below.
</p> </p>
<h3>Installing LuaJIT</h3> <h3>Installing LuaJIT</h3>