aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2021-03-11 15:33:44 +0100
committerMike Pall <mike>2021-03-11 15:33:44 +0100
commitce9faf2e0d627aa043b84f290aebc4ef87c5a3b4 (patch)
tree24604e43044a5dc622179ab8d099f11863eb963c
parent787736990ac3b7d5ceaba2697c7d0f58f77bb782 (diff)
parent5ccfe94f4ed27b8f9b899ed9e40e8d872bb83371 (diff)
downloadluajit-ce9faf2e0d627aa043b84f290aebc4ef87c5a3b4.tar.gz
luajit-ce9faf2e0d627aa043b84f290aebc4ef87c5a3b4.tar.bz2
luajit-ce9faf2e0d627aa043b84f290aebc4ef87c5a3b4.zip
Merge branch 'master' into v2.1
Diffstat (limited to '')
-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 939fe101..b04de559 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -186,14 +186,18 @@ Debian/Ubuntu, install <tt>libc6-dev</tt> with the package manager.
186</p> 186</p>
187<p> 187<p>
188The recommended way to fetch the latest version is to do a pull from 188The recommended way to fetch the latest version is to do a pull from
189the git repository. Alternatively download the latest source package of 189the git repository.
190LuaJIT (pick the .tar.gz). Move it to a directory of your choice, 190</p>
191open a terminal window and change to this directory. Now unpack the archive 191<p>
192and change to the newly created directory: 192Alternatively download the latest source package of LuaJIT (pick the .tar.gz).
193Move it to a directory of your choice, open a terminal window and change
194to this directory. Now unpack the archive and change to the newly created
195directory (replace XX.YY.ZZ with the version you downloaded):
193</p> 196</p>
194<pre class="code"> 197<pre class="code">
195tar zxf LuaJIT-2.1.0-beta3.tar.gz 198tar zxf LuaJIT-XX.YY.ZZ.tar.gz
196cd LuaJIT-2.1.0-beta3</pre> 199cd LuaJIT-XX.YY.ZZ
200</pre>
197<h3>Building LuaJIT</h3> 201<h3>Building LuaJIT</h3>
198<p> 202<p>
199The supplied Makefiles try to auto-detect the settings needed for your 203The supplied Makefiles try to auto-detect the settings needed for your
diff --git a/doc/running.html b/doc/running.html
index 6dd3f196..919aad33 100644
--- a/doc/running.html
+++ b/doc/running.html
@@ -183,8 +183,8 @@ itself. For a description of their options and output format, please
183read the comment block at the start of their source. 183read the comment block at the start of their source.
184They can be found in the <tt>lib</tt> directory of the source 184They can be found in the <tt>lib</tt> directory of the source
185distribution or installed under the <tt>jit</tt> directory. By default 185distribution or installed under the <tt>jit</tt> directory. By default
186this is <tt>/usr/local/share/luajit-2.1.0-beta3/jit</tt> on POSIX 186this is <tt>/usr/local/share/luajit-XX.YY.ZZ>/jit</tt> on POSIX
187systems. 187systems (replace XX.YY.ZZ by the installed version).
188</p> 188</p>
189 189
190<h3 id="opt_O"><tt>-O[level]</tt><br> 190<h3 id="opt_O"><tt>-O[level]</tt><br>