aboutsummaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-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