summaryrefslogtreecommitdiff
path: root/doc/running.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-03-07 19:30:21 +0100
committerMike Pall <mike>2010-03-07 19:30:21 +0100
commit09e875519b153bf7bc6fa5e1dbc1cfcdcb1e9aff (patch)
tree06d1fed601e9630e6624cd6ff89e04b7bf338675 /doc/running.html
parentf354b46d296acb8a5fab89a0314a81ba72925d68 (diff)
downloadluajit-09e875519b153bf7bc6fa5e1dbc1cfcdcb1e9aff.tar.gz
luajit-09e875519b153bf7bc6fa5e1dbc1cfcdcb1e9aff.tar.bz2
luajit-09e875519b153bf7bc6fa5e1dbc1cfcdcb1e9aff.zip
RELEASE LuaJIT-2.0.0-beta3v2.0.0-beta3
Diffstat (limited to 'doc/running.html')
-rw-r--r--doc/running.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/running.html b/doc/running.html
index bec93f1f..96f1fa09 100644
--- a/doc/running.html
+++ b/doc/running.html
@@ -69,11 +69,11 @@ interactive mode, too.
69<p class="indent" style="color: #c00000;"> 69<p class="indent" style="color: #c00000;">
70Note: the beta test releases only install under the versioned name on 70Note: the beta test releases only install under the versioned name on
71POSIX systems (to avoid overwriting a previous version). You either need 71POSIX systems (to avoid overwriting a previous version). You either need
72to type <tt>luajit-2.0.0-beta2</tt> to start it or create a symlink 72to type <tt>luajit-2.0.0-beta3</tt> to start it or create a symlink
73with a command like this: 73with a command like this:
74</p> 74</p>
75<pre class="code" style="color: #c00000;"> 75<pre class="code" style="color: #c00000;">
76sudo ln -sf luajit-2.0.0-beta2&nbsp;/usr/local/bin/luajit 76sudo ln -sf luajit-2.0.0-beta3&nbsp;/usr/local/bin/luajit
77</pre> 77</pre>
78<p> 78<p>
79Unlike previous versions <b>optimization is turned on by default</b> in 79Unlike previous versions <b>optimization is turned on by default</b> in
@@ -119,7 +119,7 @@ itself. For a description of their options and output format, please
119read the comment block at the start of their source. 119read the comment block at the start of their source.
120They can be found in the <tt>lib</tt> directory of the source 120They can be found in the <tt>lib</tt> directory of the source
121distribution or installed under the <tt>jit</tt> directory. By default 121distribution or installed under the <tt>jit</tt> directory. By default
122this is <tt>/usr/local/share/luajit-2.0.0-beta2/jit</tt> on POSIX 122this is <tt>/usr/local/share/luajit-2.0.0-beta3/jit</tt> on POSIX
123systems. 123systems.
124</p> 124</p>
125 125