aboutsummaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html19
1 files changed, 7 insertions, 12 deletions
diff --git a/doc/install.html b/doc/install.html
index 9602831e..bc96b661 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>
@@ -73,17 +73,12 @@ td.compatno {
73</li></ul> 73</li></ul>
74</li><li> 74</li><li>
75<a href="status.html">Status</a> 75<a href="status.html">Status</a>
76<ul><li>
77<a href="changes.html">Changes</a>
78</li></ul>
79</li><li> 76</li><li>
80<a href="faq.html">FAQ</a> 77<a href="faq.html">FAQ</a>
81</li><li> 78</li><li>
82<a href="http://luajit.org/performance.html">Performance <span class="ext">&raquo;</span></a>
83</li><li>
84<a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a> 79<a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a>
85</li><li> 80</li><li>
86<a href="http://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a> 81<a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
87</li></ul> 82</li></ul>
88</div> 83</div>
89<div id="main"> 84<div id="main">
@@ -250,7 +245,7 @@ Obviously the prefixes given during build and installation need to be the same.
250<p> 245<p>
251Either install one of the open source SDKs 246Either install one of the open source SDKs
252(<a href="http://mingw.org/"><span class="ext">&raquo;</span>&nbsp;MinGW</a> or 247(<a href="http://mingw.org/"><span class="ext">&raquo;</span>&nbsp;MinGW</a> or
253<a href="http://www.cygwin.com/"><span class="ext">&raquo;</span>&nbsp;Cygwin</a>), which come with a modified 248<a href="https://www.cygwin.com/">Cygwin</a>), which come with a modified
254GCC plus the required development headers. 249GCC plus the required development headers.
255Or install Microsoft's Visual Studio (MSVC). 250Or install Microsoft's Visual Studio (MSVC).
256</p> 251</p>
@@ -393,7 +388,7 @@ make CROSS=mips-linux- TARGET_CFLAGS="-mips64r2 -mabi=64"
393make CROSS=mipsel-linux- TARGET_CFLAGS="-mips64r2 -mabi=64" 388make CROSS=mipsel-linux- TARGET_CFLAGS="-mips64r2 -mabi=64"
394</pre> 389</pre>
395<p> 390<p>
396You 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>. 391You can cross-compile for <b id="android">Android</b> using the <a href="https://developer.android.com/ndk/">Android NDK</a>.
397Please adapt the environment variables to match the install locations and the 392Please adapt the environment variables to match the install locations and the
398desired target platform. E.g. Android&nbsp;4.1 corresponds to ABI level&nbsp;16. 393desired target platform. E.g. Android&nbsp;4.1 corresponds to ABI level&nbsp;16.
399</p> 394</p>
@@ -417,7 +412,7 @@ make HOST_CC="gcc -m32" CROSS=$NDKCROSS \
417 TARGET_LD=$NDKCC 412 TARGET_LD=$NDKCC
418</pre> 413</pre>
419<p> 414<p>
420You can cross-compile for <b id="ios">iOS 3.0+</b> (iPhone/iPad) using the <a href="http://developer.apple.com/ios/"><span class="ext">&raquo;</span>&nbsp;iOS SDK</a>: 415You can cross-compile for <b id="ios">iOS 3.0+</b> (iPhone/iPad) using the <a href="https://developer.apple.com/ios/">iOS SDK</a>:
421</p> 416</p>
422<p style="font-size: 8pt;"> 417<p style="font-size: 8pt;">
423Note: <b>the JIT compiler is disabled for iOS</b>, because regular iOS Apps 418Note: <b>the JIT compiler is disabled for iOS</b>, because regular iOS Apps
@@ -552,7 +547,7 @@ Make sure the <tt>jit</tt> library is loaded or the JIT compiler
552will not be activated.</li> 547will not be activated.</li>
553<li>The <tt>bit.*</tt> module for bitwise operations 548<li>The <tt>bit.*</tt> module for bitwise operations
554is already built-in. There's no need to statically link 549is already built-in. There's no need to statically link
555<a href="http://bitop.luajit.org/"><span class="ext">&raquo;</span>&nbsp;Lua BitOp</a> to your application.</li> 550<a href="https://bitop.luajit.org/">Lua BitOp</a> to your application.</li>
556</ul> 551</ul>
557 552
558<h2 id="distro">Hints for Distribution Maintainers</h2> 553<h2 id="distro">Hints for Distribution Maintainers</h2>