summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorMike Pall <mike>2011-06-23 16:17:13 +0200
committerMike Pall <mike>2011-06-23 16:17:13 +0200
commitf182559069ebcc205d1095b3624863bf87b1f362 (patch)
tree397cbd527271fe67873f58548faac7c0d3b44454 /doc/install.html
parent6691e72eb8ca4d4741699ae1999d2dad92d82260 (diff)
downloadluajit-f182559069ebcc205d1095b3624863bf87b1f362.tar.gz
luajit-f182559069ebcc205d1095b3624863bf87b1f362.tar.bz2
luajit-f182559069ebcc205d1095b3624863bf87b1f362.zip
Misc. updates to docs.
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/install.html b/doc/install.html
index 868a0c41..c1eb26c1 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -367,6 +367,13 @@ make HOST_CC="gcc -m32" CROSS=$NDKP TARGET_FLAGS="$NDKF" TARGET=arm
367You can cross-compile for <b id="ios">iOS 3.0+</b> (iPhone/iPad) using the <a href="http://developer.apple.com/devcenter/ios/index.action"><span class="ext">&raquo;</span>&nbsp;iOS SDK</a>. 367You can cross-compile for <b id="ios">iOS 3.0+</b> (iPhone/iPad) using the <a href="http://developer.apple.com/devcenter/ios/index.action"><span class="ext">&raquo;</span>&nbsp;iOS SDK</a>.
368The environment variables need to match the iOS SDK version: 368The environment variables need to match the iOS SDK version:
369</p> 369</p>
370<p style="font-size: 8pt;">
371Note: <b>the JIT compiler is disabled for iOS</b>, because regular iOS Apps
372are not allowed to generate code at runtime. You'll only get the performance
373of the LuaJIT interpreter on iOS. This is still faster than plain Lua, but
374much slower than the JIT compiler. Please complain to Apple, not me.
375Or use Android. :-p
376</p>
370<pre class="code"> 377<pre class="code">
371ISDK=/Developer/Platforms/iPhoneOS.platform/Developer 378ISDK=/Developer/Platforms/iPhoneOS.platform/Developer
372ISDKVER=iPhoneOS4.3.sdk 379ISDKVER=iPhoneOS4.3.sdk