diff options
Diffstat (limited to '')
-rw-r--r-- | doc/install.html | 7 |
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 | |||
367 | You 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">»</span> iOS SDK</a>. | 367 | You 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">»</span> iOS SDK</a>. |
368 | The environment variables need to match the iOS SDK version: | 368 | The environment variables need to match the iOS SDK version: |
369 | </p> | 369 | </p> |
370 | <p style="font-size: 8pt;"> | ||
371 | Note: <b>the JIT compiler is disabled for iOS</b>, because regular iOS Apps | ||
372 | are not allowed to generate code at runtime. You'll only get the performance | ||
373 | of the LuaJIT interpreter on iOS. This is still faster than plain Lua, but | ||
374 | much slower than the JIT compiler. Please complain to Apple, not me. | ||
375 | Or use Android. :-p | ||
376 | </p> | ||
370 | <pre class="code"> | 377 | <pre class="code"> |
371 | ISDK=/Developer/Platforms/iPhoneOS.platform/Developer | 378 | ISDK=/Developer/Platforms/iPhoneOS.platform/Developer |
372 | ISDKVER=iPhoneOS4.3.sdk | 379 | ISDKVER=iPhoneOS4.3.sdk |