aboutsummaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-01-17 22:02:13 +0100
committerMike Pall <mike>2010-01-17 22:02:13 +0100
commit379b8c5fe4cc2a2872c0d7f88cbc2a44d8097246 (patch)
tree5a3a10dc9bba41df9b05ca3db005d214cb09c07f /doc/luajit.html
parent4b0725d5fc87da33477b13e74a32f24fafda3541 (diff)
downloadluajit-379b8c5fe4cc2a2872c0d7f88cbc2a44d8097246.tar.gz
luajit-379b8c5fe4cc2a2872c0d7f88cbc2a44d8097246.tar.bz2
luajit-379b8c5fe4cc2a2872c0d7f88cbc2a44d8097246.zip
Update docs with x64 build instructions.
Diffstat (limited to '')
-rw-r--r--doc/luajit.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/luajit.html b/doc/luajit.html
index 029a5919..7c3779d4 100644
--- a/doc/luajit.html
+++ b/doc/luajit.html
@@ -63,8 +63,10 @@ standard Lua interpreter and can be deployed as a drop-in replacement.
63<p> 63<p>
64LuaJIT offers more performance, at the expense of portability. It 64LuaJIT offers more performance, at the expense of portability. It
65currently runs on all popular operating systems based on <b>x86 CPUs</b> 65currently runs on all popular operating systems based on <b>x86 CPUs</b>
66(Linux, Windows, OSX etc.). It will be ported to x64 CPUs and other 66(Linux, Windows, OSX etc.). A port to x64 CPUs is currently ongoing &mdash;
67platforms in the future, based on user demand and sponsoring. 67you can follow its progress in the <a href="http://luajit.org/download.html"><span class="ext">&raquo;</span>&nbsp;git repository</a>.
68Other platforms will be supported in the future, based on user demand
69and sponsoring.
68</p> 70</p>
69 71
70<h2>Overview</h2> 72<h2>Overview</h2>