diff options
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 17 |
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">»</span></a> | 50 | <a href="https://luajit.org/download.html">Download <span class="ext">»</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">»</span></a> | ||
81 | </li><li> | ||
82 | <a href="http://wiki.luajit.org/">Wiki <span class="ext">»</span></a> | 77 | <a href="http://wiki.luajit.org/">Wiki <span class="ext">»</span></a> |
83 | </li><li> | 78 | </li><li> |
84 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | 79 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</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> |
242 | Either install one of the open source SDKs | 237 | Either install one of the open source SDKs |
243 | (<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 |
244 | <a href="http://www.cygwin.com/"><span class="ext">»</span> Cygwin</a>), which come with a modified | 239 | <a href="https://www.cygwin.com/">Cygwin</a>), which come with a modified |
245 | GCC plus the required development headers. | 240 | GCC plus the required development headers. |
246 | Or install Microsoft's Visual Studio (MSVC). | 241 | Or install Microsoft's Visual Studio (MSVC). |
247 | </p> | 242 | </p> |
@@ -363,7 +358,7 @@ make HOST_CC="gcc -m32" CROSS=mips-linux- | |||
363 | make HOST_CC="gcc -m32" CROSS=mipsel-linux- | 358 | make HOST_CC="gcc -m32" CROSS=mipsel-linux- |
364 | </pre> | 359 | </pre> |
365 | <p> | 360 | <p> |
366 | You can cross-compile for <b id="android">Android</b> using the <a href="http://developer.android.com/ndk/"><span class="ext">»</span> Android NDK</a>. | 361 | You can cross-compile for <b id="android">Android</b> using the <a href="https://developer.android.com/ndk/">Android NDK</a>. |
367 | 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 |
368 | 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. |
369 | </p> | 364 | </p> |
@@ -493,7 +488,7 @@ Make sure the <tt>jit</tt> library is loaded or the JIT compiler | |||
493 | will not be activated.</li> | 488 | will not be activated.</li> |
494 | <li>The <tt>bit.*</tt> module for bitwise operations | 489 | <li>The <tt>bit.*</tt> module for bitwise operations |
495 | is already built-in. There's no need to statically link | 490 | is already built-in. There's no need to statically link |
496 | <a href="http://bitop.luajit.org/"><span class="ext">»</span> 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> |