summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorMike Pall <mike>2020-10-12 16:11:32 +0200
committerMike Pall <mike>2020-10-12 16:11:32 +0200
commit050466552bf7eb8b7944aa52c93b45326ae14d7a (patch)
treef92ad9dd6963ffc3168ea46bed892894adcc7339 /doc/install.html
parent5c46f47736f7609be407c88d531ecd1689d40a79 (diff)
downloadluajit-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.html6
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>
237Either install one of the open source SDKs 237Either install one of the open source SDKs
238(<a href="http://mingw.org/"><span class="ext">&raquo;</span>&nbsp;MinGW</a> or 238(<a href="http://mingw.org/"><span class="ext">&raquo;</span>&nbsp;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">&raquo;</span>&nbsp;Cygwin</a>), which come with a modified
240GCC plus the required development headers. 240GCC plus the required development headers.
241Or install Microsoft's Visual Studio (MSVC). 241Or install Microsoft's Visual Studio (MSVC).
242</p> 242</p>
@@ -358,7 +358,7 @@ make HOST_CC="gcc -m32" CROSS=mips-linux-
358make HOST_CC="gcc -m32" CROSS=mipsel-linux- 358make HOST_CC="gcc -m32" CROSS=mipsel-linux-
359</pre> 359</pre>
360<p> 360<p>
361You can cross-compile for <b id="android">Android</b> using the <a href="https://developer.android.com/ndk/">Android NDK</a>. 361You can cross-compile for <b id="android">Android</b> using the <a href="https://developer.android.com/ndk/"><span class="ext">&raquo;</span>&nbsp;Android NDK</a>.
362Please adapt the environment variables to match the install locations and the 362Please adapt the environment variables to match the install locations and the
363desired target platform. E.g. Android&nbsp;4.1 corresponds to ABI level&nbsp;16. 363desired target platform. E.g. Android&nbsp;4.1 corresponds to ABI level&nbsp;16.
364</p> 364</p>
@@ -488,7 +488,7 @@ Make sure the <tt>jit</tt> library is loaded or the JIT compiler
488will not be activated.</li> 488will not be activated.</li>
489<li>The <tt>bit.*</tt> module for bitwise operations 489<li>The <tt>bit.*</tt> module for bitwise operations
490is already built-in. There's no need to statically link 490is 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">&raquo;</span>&nbsp;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>