Update docs with x64 build instructions.

This commit is contained in:
Mike Pall
2010-01-17 22:02:13 +01:00
parent 4b0725d5fc
commit 379b8c5fe4
3 changed files with 62 additions and 10 deletions

View File

@@ -63,8 +63,10 @@ standard Lua interpreter and can be deployed as a drop-in replacement.
<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.). It will be ported to x64 CPUs and other
platforms in the future, based on user demand and sponsoring.
(Linux, Windows, OSX etc.). A port to x64 CPUs is currently ongoing &mdash;
you can follow its progress in the <a href="http://luajit.org/download.html"><span class="ext">&raquo;</span>&nbsp;git repository</a>.
Other platforms will be supported in the future, based on user demand
and sponsoring.
</p>
<h2>Overview</h2>