diff options
author | Mike Pall <mike> | 2020-10-12 16:11:32 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-10-12 16:11:32 +0200 |
commit | 050466552bf7eb8b7944aa52c93b45326ae14d7a (patch) | |
tree | f92ad9dd6963ffc3168ea46bed892894adcc7339 /doc/install.html | |
parent | 5c46f47736f7609be407c88d531ecd1689d40a79 (diff) | |
download | luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.tar.gz luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.tar.bz2 luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.zip |
Minor changes and https-ify links.
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install.html b/doc/install.html index 60665360..85ca9913 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -236,7 +236,7 @@ Obviously the prefixes given during build and installation need to be the same. | |||
236 | <p> | 236 | <p> |
237 | Either install one of the open source SDKs | 237 | Either install one of the open source SDKs |
238 | (<a href="http://mingw.org/"><span class="ext">»</span> MinGW</a> or | 238 | (<a href="http://mingw.org/"><span class="ext">»</span> MinGW</a> or |
239 | <a href="https://www.cygwin.com/">Cygwin</a>), which come with a modified | 239 | <a href="https://www.cygwin.com/"><span class="ext">»</span> Cygwin</a>), which come with a modified |
240 | GCC plus the required development headers. | 240 | GCC plus the required development headers. |
241 | Or install Microsoft's Visual Studio (MSVC). | 241 | Or install Microsoft's Visual Studio (MSVC). |
242 | </p> | 242 | </p> |
@@ -358,7 +358,7 @@ make HOST_CC="gcc -m32" CROSS=mips-linux- | |||
358 | make HOST_CC="gcc -m32" CROSS=mipsel-linux- | 358 | make HOST_CC="gcc -m32" CROSS=mipsel-linux- |
359 | </pre> | 359 | </pre> |
360 | <p> | 360 | <p> |
361 | You can cross-compile for <b id="android">Android</b> using the <a href="https://developer.android.com/ndk/">Android NDK</a>. | 361 | You can cross-compile for <b id="android">Android</b> using the <a href="https://developer.android.com/ndk/"><span class="ext">»</span> Android NDK</a>. |
362 | Please adapt the environment variables to match the install locations and the | 362 | Please adapt the environment variables to match the install locations and the |
363 | desired target platform. E.g. Android 4.1 corresponds to ABI level 16. | 363 | desired target platform. E.g. Android 4.1 corresponds to ABI level 16. |
364 | </p> | 364 | </p> |
@@ -488,7 +488,7 @@ Make sure the <tt>jit</tt> library is loaded or the JIT compiler | |||
488 | will not be activated.</li> | 488 | will not be activated.</li> |
489 | <li>The <tt>bit.*</tt> module for bitwise operations | 489 | <li>The <tt>bit.*</tt> module for bitwise operations |
490 | is already built-in. There's no need to statically link | 490 | is already built-in. There's no need to statically link |
491 | <a href="https://bitop.luajit.org/">Lua BitOp</a> to your application.</li> | 491 | <a href="https://bitop.luajit.org/"><span class="ext">»</span> Lua BitOp</a> to your application.</li> |
492 | </ul> | 492 | </ul> |
493 | 493 | ||
494 | <h2 id="distro">Hints for Distribution Maintainers</h2> | 494 | <h2 id="distro">Hints for Distribution Maintainers</h2> |