diff options
author | Mike Pall <mike> | 2025-03-09 16:09:36 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2025-03-09 16:09:36 +0100 |
commit | 55a42da36ea6dd357ef928dd5c6776278b32ab92 (patch) | |
tree | 8722cb4d6126a34b6ce2a3691646bb300adbddcb /doc | |
parent | 423ac2144b0447c925596f4d93e073ce501ed4e1 (diff) | |
download | luajit-55a42da36ea6dd357ef928dd5c6776278b32ab92.tar.gz luajit-55a42da36ea6dd357ef928dd5c6776278b32ab92.tar.bz2 luajit-55a42da36ea6dd357ef928dd5c6776278b32ab92.zip |
Remove Cygwin from docs, since it's not a supported target.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.html | 18 |
1 files changed, 5 insertions, 13 deletions
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: | |||
117 | <li><tt>Makefile</tt> has settings for <b>installing</b> LuaJIT (POSIX | 117 | <li><tt>Makefile</tt> has settings for <b>installing</b> LuaJIT (POSIX |
118 | only).</li> | 118 | only).</li> |
119 | <li><tt>src/Makefile</tt> has settings for <b>compiling</b> LuaJIT | 119 | <li><tt>src/Makefile</tt> has settings for <b>compiling</b> LuaJIT |
120 | under POSIX, MinGW or Cygwin.</li> | 120 | under POSIX or MinGW.</li> |
121 | <li><tt>src/msvcbuild.bat</tt> has settings for compiling LuaJIT with | 121 | <li><tt>src/msvcbuild.bat</tt> has settings for compiling LuaJIT with |
122 | MSVC (Visual Studio).</li> | 122 | MSVC (Visual Studio).</li> |
123 | </ul> | 123 | </ul> |
@@ -195,10 +195,8 @@ Obviously the prefixes given during build and installation need to be the same. | |||
195 | <h2 id="windows">Windows Systems</h2> | 195 | <h2 id="windows">Windows Systems</h2> |
196 | <h3>Prerequisites</h3> | 196 | <h3>Prerequisites</h3> |
197 | <p> | 197 | <p> |
198 | Either install one of the open source SDKs | 198 | Either install the open source SDK <a href="http://mingw.org/"><span class="ext">»</span> MinGW</a>, |
199 | (<a href="http://mingw.org/"><span class="ext">»</span> MinGW</a> or | 199 | which comes with a modified GCC plus the required development headers. |
200 | <a href="https://www.cygwin.com/"><span class="ext">»</span> Cygwin</a>), which come with a modified | ||
201 | GCC plus the required development headers. | ||
202 | Or install Microsoft's Visual Studio (MSVC). | 200 | Or install Microsoft's Visual Studio (MSVC). |
203 | </p> | 201 | </p> |
204 | <h3>Building with MSVC</h3> | 202 | <h3>Building with MSVC</h3> |
@@ -217,9 +215,9 @@ Then follow the installation instructions below. | |||
217 | <p> | 215 | <p> |
218 | For an x64 to ARM64 cross-build run this first: <tt>vcvarsall.bat x64_arm64</tt> | 216 | For an x64 to ARM64 cross-build run this first: <tt>vcvarsall.bat x64_arm64</tt> |
219 | </p> | 217 | </p> |
220 | <h3>Building with MinGW or Cygwin</h3> | 218 | <h3>Building with MinGW</h3> |
221 | <p> | 219 | <p> |
222 | Open a command prompt window and make sure the MinGW or Cygwin programs | 220 | Open a command prompt window and make sure the MinGW programs |
223 | are in your path. Then <tt>cd</tt> to the directory of the git repository. | 221 | are in your path. Then <tt>cd</tt> to the directory of the git repository. |
224 | Then run this command for MinGW: | 222 | Then run this command for MinGW: |
225 | </p> | 223 | </p> |
@@ -227,12 +225,6 @@ Then run this command for MinGW: | |||
227 | mingw32-make | 225 | mingw32-make |
228 | </pre> | 226 | </pre> |
229 | <p> | 227 | <p> |
230 | Or this command for Cygwin: | ||
231 | </p> | ||
232 | <pre class="code"> | ||
233 | make | ||
234 | </pre> | ||
235 | <p> | ||
236 | Then follow the installation instructions below. | 228 | Then follow the installation instructions below. |
237 | </p> | 229 | </p> |
238 | <h3>Installing LuaJIT</h3> | 230 | <h3>Installing LuaJIT</h3> |