diff options
| author | Mike Pall <mike> | 2020-01-26 15:44:40 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2020-01-26 15:44:40 +0100 |
| commit | 0c982ad74c3e15c811cb7e3e332c1a9dedd49f55 (patch) | |
| tree | 5e8db8d641ff41e1179ba2d366a4af6a652cb0eb /doc/install.html | |
| parent | 6d267ff6134e1c20e97cde9024e428a6d6fe0417 (diff) | |
| parent | bd907032e3b93651f2b969cbc04477bba40faee8 (diff) | |
| download | luajit-0c982ad74c3e15c811cb7e3e332c1a9dedd49f55.tar.gz luajit-0c982ad74c3e15c811cb7e3e332c1a9dedd49f55.tar.bz2 luajit-0c982ad74c3e15c811cb7e3e332c1a9dedd49f55.zip | |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/install.html')
| -rw-r--r-- | doc/install.html | 19 |
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">»</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> |
| @@ -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">»</span></a> | ||
| 83 | </li><li> | ||
| 84 | <a href="http://wiki.luajit.org/">Wiki <span class="ext">»</span></a> | 79 | <a href="http://wiki.luajit.org/">Wiki <span class="ext">»</span></a> |
| 85 | </li><li> | 80 | </li><li> |
| 86 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | 81 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</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> |
| 251 | Either install one of the open source SDKs | 246 | Either install one of the open source SDKs |
| 252 | (<a href="http://mingw.org/"><span class="ext">»</span> MinGW</a> or | 247 | (<a href="http://mingw.org/"><span class="ext">»</span> MinGW</a> or |
| 253 | <a href="http://www.cygwin.com/"><span class="ext">»</span> Cygwin</a>), which come with a modified | 248 | <a href="https://www.cygwin.com/">Cygwin</a>), which come with a modified |
| 254 | GCC plus the required development headers. | 249 | GCC plus the required development headers. |
| 255 | Or install Microsoft's Visual Studio (MSVC). | 250 | Or install Microsoft's Visual Studio (MSVC). |
| 256 | </p> | 251 | </p> |
| @@ -393,7 +388,7 @@ make CROSS=mips-linux- TARGET_CFLAGS="-mips64r2 -mabi=64" | |||
| 393 | make CROSS=mipsel-linux- TARGET_CFLAGS="-mips64r2 -mabi=64" | 388 | make CROSS=mipsel-linux- TARGET_CFLAGS="-mips64r2 -mabi=64" |
| 394 | </pre> | 389 | </pre> |
| 395 | <p> | 390 | <p> |
| 396 | 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>. | 391 | You can cross-compile for <b id="android">Android</b> using the <a href="https://developer.android.com/ndk/">Android NDK</a>. |
| 397 | Please adapt the environment variables to match the install locations and the | 392 | Please adapt the environment variables to match the install locations and the |
| 398 | desired target platform. E.g. Android 4.1 corresponds to ABI level 16. | 393 | desired target platform. E.g. Android 4.1 corresponds to ABI level 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> |
| 420 | You 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">»</span> iOS SDK</a>: | 415 | You 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;"> |
| 423 | Note: <b>the JIT compiler is disabled for iOS</b>, because regular iOS Apps | 418 | Note: <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 | |||
| 552 | will not be activated.</li> | 547 | will not be activated.</li> |
| 553 | <li>The <tt>bit.*</tt> module for bitwise operations | 548 | <li>The <tt>bit.*</tt> module for bitwise operations |
| 554 | is already built-in. There's no need to statically link | 549 | is already built-in. There's no need to statically link |
| 555 | <a href="http://bitop.luajit.org/"><span class="ext">»</span> 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> |
