Update docs: native build default, cross-compilation, embedding.

This commit is contained in:
Mike Pall
2010-03-04 19:07:38 +01:00
parent f76e5a311b
commit af92a14313
4 changed files with 65 additions and 34 deletions

View File

@@ -62,10 +62,8 @@ standard Lua interpreter and can be deployed as a drop-in replacement.
</p>
<p>
LuaJIT offers more performance, at the expense of portability. It
currently runs on all popular operating systems based on <b>x86 CPUs</b>
(Linux, Windows, OSX etc.). A preliminary port to Linux/x64 and Windows/x64
is already available (follow the <a href="install.html">build instructions</a>
to enable it).
currently runs on all popular operating systems based on
<b>x86 or x64 CPUs</b> (Linux, Windows, OSX etc.).
Other platforms will be supported in the future, based on user demand
and sponsoring.
</p>