diff options
author | Mike Pall <mike> | 2011-05-05 16:17:57 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-05-05 16:31:13 +0200 |
commit | cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f (patch) | |
tree | ce5af91398c831e4849707b96d77545bac5fa090 /doc/running.html | |
parent | 998061f5306e7675900230751413adfff4cc7319 (diff) | |
download | luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.tar.gz luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.tar.bz2 luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.zip |
RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7
Diffstat (limited to 'doc/running.html')
-rw-r--r-- | doc/running.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/running.html b/doc/running.html index 76a393ba..bcc811c4 100644 --- a/doc/running.html +++ b/doc/running.html | |||
@@ -85,11 +85,11 @@ interactive mode, too. | |||
85 | <p class="indent" style="color: #c00000;"> | 85 | <p class="indent" style="color: #c00000;"> |
86 | Note: the beta test releases only install under the versioned name on | 86 | Note: the beta test releases only install under the versioned name on |
87 | POSIX systems (to avoid overwriting a previous version). You either need | 87 | POSIX systems (to avoid overwriting a previous version). You either need |
88 | to type <tt>luajit-2.0.0-beta6</tt> to start it or create a symlink | 88 | to type <tt>luajit-2.0.0-beta7</tt> to start it or create a symlink |
89 | with a command like this: | 89 | with a command like this: |
90 | </p> | 90 | </p> |
91 | <pre class="code" style="color: #c00000;"> | 91 | <pre class="code" style="color: #c00000;"> |
92 | sudo ln -sf luajit-2.0.0-beta6 /usr/local/bin/luajit | 92 | sudo ln -sf luajit-2.0.0-beta7 /usr/local/bin/luajit |
93 | </pre> | 93 | </pre> |
94 | <p> | 94 | <p> |
95 | Unlike previous versions <b>optimization is turned on by default</b> in | 95 | Unlike previous versions <b>optimization is turned on by default</b> in |
@@ -135,7 +135,7 @@ itself. For a description of their options and output format, please | |||
135 | read the comment block at the start of their source. | 135 | read the comment block at the start of their source. |
136 | They can be found in the <tt>lib</tt> directory of the source | 136 | They can be found in the <tt>lib</tt> directory of the source |
137 | distribution or installed under the <tt>jit</tt> directory. By default | 137 | distribution or installed under the <tt>jit</tt> directory. By default |
138 | this is <tt>/usr/local/share/luajit-2.0.0-beta6/jit</tt> on POSIX | 138 | this is <tt>/usr/local/share/luajit-2.0.0-beta7/jit</tt> on POSIX |
139 | systems. | 139 | systems. |
140 | </p> | 140 | </p> |
141 | 141 | ||