diff options
| author | Mike Pall <mike> | 2020-10-12 16:18:02 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2020-10-12 16:18:02 +0200 |
| commit | 1d8b747c161db457e032a023ebbff511f5de5ec2 (patch) | |
| tree | 7254328c720b104f5d5b4bd8321cfcb18c6fb6ce /doc/install.html | |
| parent | 675e08cf069725a004284b4e1e67fbf0e8fcb4dd (diff) | |
| parent | 050466552bf7eb8b7944aa52c93b45326ae14d7a (diff) | |
| download | luajit-1d8b747c161db457e032a023ebbff511f5de5ec2.tar.gz luajit-1d8b747c161db457e032a023ebbff511f5de5ec2.tar.bz2 luajit-1d8b747c161db457e032a023ebbff511f5de5ec2.zip | |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/install.html')
| -rw-r--r-- | doc/install.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.html b/doc/install.html index bc96b661..451fdd41 100644 --- a/doc/install.html +++ b/doc/install.html | |||
| @@ -245,7 +245,7 @@ Obviously the prefixes given during build and installation need to be the same. | |||
| 245 | <p> | 245 | <p> |
| 246 | Either install one of the open source SDKs | 246 | Either install one of the open source SDKs |
| 247 | (<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 |
| 248 | <a href="https://www.cygwin.com/">Cygwin</a>), which come with a modified | 248 | <a href="https://www.cygwin.com/"><span class="ext">»</span> Cygwin</a>), which come with a modified |
| 249 | GCC plus the required development headers. | 249 | GCC plus the required development headers. |
| 250 | Or install Microsoft's Visual Studio (MSVC). | 250 | Or install Microsoft's Visual Studio (MSVC). |
| 251 | </p> | 251 | </p> |
| @@ -388,7 +388,7 @@ make CROSS=mips-linux- TARGET_CFLAGS="-mips64r2 -mabi=64" | |||
| 388 | make CROSS=mipsel-linux- TARGET_CFLAGS="-mips64r2 -mabi=64" | 388 | make CROSS=mipsel-linux- TARGET_CFLAGS="-mips64r2 -mabi=64" |
| 389 | </pre> | 389 | </pre> |
| 390 | <p> | 390 | <p> |
| 391 | You can cross-compile for <b id="android">Android</b> using the <a href="https://developer.android.com/ndk/">Android NDK</a>. | 391 | You can cross-compile for <b id="android">Android</b> using the <a href="https://developer.android.com/ndk/"><span class="ext">»</span> Android NDK</a>. |
| 392 | 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 |
| 393 | 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. |
| 394 | </p> | 394 | </p> |
| @@ -412,7 +412,7 @@ make HOST_CC="gcc -m32" CROSS=$NDKCROSS \ | |||
| 412 | TARGET_LD=$NDKCC | 412 | TARGET_LD=$NDKCC |
| 413 | </pre> | 413 | </pre> |
| 414 | <p> | 414 | <p> |
| 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>: | 415 | You can cross-compile for <b id="ios">iOS 3.0+</b> (iPhone/iPad) using the <a href="https://developer.apple.com/ios/"><span class="ext">»</span> iOS SDK</a>: |
| 416 | </p> | 416 | </p> |
| 417 | <p style="font-size: 8pt;"> | 417 | <p style="font-size: 8pt;"> |
| 418 | 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 |
| @@ -547,7 +547,7 @@ Make sure the <tt>jit</tt> library is loaded or the JIT compiler | |||
| 547 | will not be activated.</li> | 547 | will not be activated.</li> |
| 548 | <li>The <tt>bit.*</tt> module for bitwise operations | 548 | <li>The <tt>bit.*</tt> module for bitwise operations |
| 549 | is already built-in. There's no need to statically link | 549 | is already built-in. There's no need to statically link |
| 550 | <a href="https://bitop.luajit.org/">Lua BitOp</a> to your application.</li> | 550 | <a href="https://bitop.luajit.org/"><span class="ext">»</span> Lua BitOp</a> to your application.</li> |
| 551 | </ul> | 551 | </ul> |
| 552 | 552 | ||
| 553 | <h2 id="distro">Hints for Distribution Maintainers</h2> | 553 | <h2 id="distro">Hints for Distribution Maintainers</h2> |
