aboutsummaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html8
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>
246Either install one of the open source SDKs 246Either install one of the open source SDKs
247(<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
248<a href="https://www.cygwin.com/">Cygwin</a>), which come with a modified 248<a href="https://www.cygwin.com/"><span class="ext">&raquo;</span>&nbsp;Cygwin</a>), which come with a modified
249GCC plus the required development headers. 249GCC plus the required development headers.
250Or install Microsoft's Visual Studio (MSVC). 250Or install Microsoft's Visual Studio (MSVC).
251</p> 251</p>
@@ -388,7 +388,7 @@ make CROSS=mips-linux- TARGET_CFLAGS="-mips64r2 -mabi=64"
388make CROSS=mipsel-linux- TARGET_CFLAGS="-mips64r2 -mabi=64" 388make CROSS=mipsel-linux- TARGET_CFLAGS="-mips64r2 -mabi=64"
389</pre> 389</pre>
390<p> 390<p>
391You can cross-compile for <b id="android">Android</b> using the <a href="https://developer.android.com/ndk/">Android NDK</a>. 391You can cross-compile for <b id="android">Android</b> using the <a href="https://developer.android.com/ndk/"><span class="ext">&raquo;</span>&nbsp;Android NDK</a>.
392Please adapt the environment variables to match the install locations and the 392Please adapt the environment variables to match the install locations and the
393desired 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.
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>
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>: 415You 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">&raquo;</span>&nbsp;iOS SDK</a>:
416</p> 416</p>
417<p style="font-size: 8pt;"> 417<p style="font-size: 8pt;">
418Note: <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
@@ -547,7 +547,7 @@ Make sure the <tt>jit</tt> library is loaded or the JIT compiler
547will not be activated.</li> 547will not be activated.</li>
548<li>The <tt>bit.*</tt> module for bitwise operations 548<li>The <tt>bit.*</tt> module for bitwise operations
549is already built-in. There's no need to statically link 549is 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">&raquo;</span>&nbsp;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>