aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/install.html16
-rw-r--r--doc/running.html4
2 files changed, 12 insertions, 8 deletions
diff --git a/doc/install.html b/doc/install.html
index 29d43687..56fc184e 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -177,14 +177,18 @@ Debian/Ubuntu, install <tt>libc6-dev</tt> with the package manager.
177</p> 177</p>
178<p> 178<p>
179The recommended way to fetch the latest version is to do a pull from 179The recommended way to fetch the latest version is to do a pull from
180the git repository. Alternatively download the latest source package of 180the git repository.
181LuaJIT (pick the .tar.gz). Move it to a directory of your choice, 181</p>
182open a terminal window and change to this directory. Now unpack the archive 182<p>
183and change to the newly created directory: 183Alternatively download the latest source package of LuaJIT (pick the .tar.gz).
184Move it to a directory of your choice, open a terminal window and change
185to this directory. Now unpack the archive and change to the newly created
186directory (replace XX.YY.ZZ with the version you downloaded):
184</p> 187</p>
185<pre class="code"> 188<pre class="code">
186tar zxf LuaJIT-2.0.5.tar.gz 189tar zxf LuaJIT-XX.YY.ZZ.tar.gz
187cd LuaJIT-2.0.5</pre> 190cd LuaJIT-XX.YY.ZZ
191</pre>
188<h3>Building LuaJIT</h3> 192<h3>Building LuaJIT</h3>
189<p> 193<p>
190The supplied Makefiles try to auto-detect the settings needed for your 194The supplied Makefiles try to auto-detect the settings needed for your
diff --git a/doc/running.html b/doc/running.html
index 6d819316..ea46a97e 100644
--- a/doc/running.html
+++ b/doc/running.html
@@ -180,8 +180,8 @@ itself. For a description of their options and output format, please
180read the comment block at the start of their source. 180read the comment block at the start of their source.
181They can be found in the <tt>lib</tt> directory of the source 181They can be found in the <tt>lib</tt> directory of the source
182distribution or installed under the <tt>jit</tt> directory. By default 182distribution or installed under the <tt>jit</tt> directory. By default
183this is <tt>/usr/local/share/luajit-2.0.5/jit</tt> on POSIX 183this is <tt>/usr/local/share/luajit-XX.YY.ZZ>/jit</tt> on POSIX
184systems. 184systems (replace XX.YY.ZZ by the installed version).
185</p> 185</p>
186 186
187<h3 id="opt_O"><tt>-O[level]</tt><br> 187<h3 id="opt_O"><tt>-O[level]</tt><br>