aboutsummaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html17
1 files changed, 6 insertions, 11 deletions
diff --git a/doc/install.html b/doc/install.html
index 68de0c10..60665360 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -38,7 +38,7 @@ td.compatno {
38</head> 38</head>
39<body> 39<body>
40<div id="site"> 40<div id="site">
41<a href="http://luajit.org"><span>Lua<span id="logo">JIT</span></span></a> 41<a href="https://luajit.org"><span>Lua<span id="logo">JIT</span></span></a>
42</div> 42</div>
43<div id="head"> 43<div id="head">
44<h1>Installation</h1> 44<h1>Installation</h1>
@@ -47,7 +47,7 @@ td.compatno {
47<ul><li> 47<ul><li>
48<a href="luajit.html">LuaJIT</a> 48<a href="luajit.html">LuaJIT</a>
49<ul><li> 49<ul><li>
50<a href="http://luajit.org/download.html">Download <span class="ext">&raquo;</span></a> 50<a href="https://luajit.org/download.html">Download <span class="ext">&raquo;</span></a>
51</li><li> 51</li><li>
52<a class="current" href="install.html">Installation</a> 52<a class="current" href="install.html">Installation</a>
53</li><li> 53</li><li>
@@ -71,17 +71,12 @@ td.compatno {
71</li></ul> 71</li></ul>
72</li><li> 72</li><li>
73<a href="status.html">Status</a> 73<a href="status.html">Status</a>
74<ul><li>
75<a href="changes.html">Changes</a>
76</li></ul>
77</li><li> 74</li><li>
78<a href="faq.html">FAQ</a> 75<a href="faq.html">FAQ</a>
79</li><li> 76</li><li>
80<a href="http://luajit.org/performance.html">Performance <span class="ext">&raquo;</span></a>
81</li><li>
82<a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a> 77<a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a>
83</li><li> 78</li><li>
84<a href="http://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a> 79<a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
85</li></ul> 80</li></ul>
86</div> 81</div>
87<div id="main"> 82<div id="main">
@@ -241,7 +236,7 @@ Obviously the prefixes given during build and installation need to be the same.
241<p> 236<p>
242Either install one of the open source SDKs 237Either install one of the open source SDKs
243(<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
244<a href="http://www.cygwin.com/"><span class="ext">&raquo;</span>&nbsp;Cygwin</a>), which come with a modified 239<a href="https://www.cygwin.com/">Cygwin</a>), which come with a modified
245GCC plus the required development headers. 240GCC plus the required development headers.
246Or install Microsoft's Visual Studio (MSVC). 241Or install Microsoft's Visual Studio (MSVC).
247</p> 242</p>
@@ -363,7 +358,7 @@ make HOST_CC="gcc -m32" CROSS=mips-linux-
363make HOST_CC="gcc -m32" CROSS=mipsel-linux- 358make HOST_CC="gcc -m32" CROSS=mipsel-linux-
364</pre> 359</pre>
365<p> 360<p>
366You can cross-compile for <b id="android">Android</b> using the <a href="http://developer.android.com/ndk/"><span class="ext">&raquo;</span>&nbsp;Android NDK</a>. 361You can cross-compile for <b id="android">Android</b> using the <a href="https://developer.android.com/ndk/">Android NDK</a>.
367Please adapt the environment variables to match the install locations and the 362Please adapt the environment variables to match the install locations and the
368desired 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.
369</p> 364</p>
@@ -493,7 +488,7 @@ Make sure the <tt>jit</tt> library is loaded or the JIT compiler
493will not be activated.</li> 488will not be activated.</li>
494<li>The <tt>bit.*</tt> module for bitwise operations 489<li>The <tt>bit.*</tt> module for bitwise operations
495is already built-in. There's no need to statically link 490is already built-in. There's no need to statically link
496<a href="http://bitop.luajit.org/"><span class="ext">&raquo;</span>&nbsp;Lua BitOp</a> to your application.</li> 491<a href="https://bitop.luajit.org/">Lua BitOp</a> to your application.</li>
497</ul> 492</ul>
498 493
499<h2 id="distro">Hints for Distribution Maintainers</h2> 494<h2 id="distro">Hints for Distribution Maintainers</h2>