mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Remove specific version numbers from the docs.
This commit is contained in:
parent
9b000309cc
commit
5ccfe94f4e
@ -177,14 +177,18 @@ Debian/Ubuntu, install <tt>libc6-dev</tt> with the package manager.
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The recommended way to fetch the latest version is to do a pull from
|
The recommended way to fetch the latest version is to do a pull from
|
||||||
the git repository. Alternatively download the latest source package of
|
the git repository.
|
||||||
LuaJIT (pick the .tar.gz). Move it to a directory of your choice,
|
</p>
|
||||||
open a terminal window and change to this directory. Now unpack the archive
|
<p>
|
||||||
and change to the newly created directory:
|
Alternatively download the latest source package of LuaJIT (pick the .tar.gz).
|
||||||
|
Move it to a directory of your choice, open a terminal window and change
|
||||||
|
to this directory. Now unpack the archive and change to the newly created
|
||||||
|
directory (replace XX.YY.ZZ with the version you downloaded):
|
||||||
</p>
|
</p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
tar zxf LuaJIT-2.0.5.tar.gz
|
tar zxf LuaJIT-XX.YY.ZZ.tar.gz
|
||||||
cd LuaJIT-2.0.5</pre>
|
cd LuaJIT-XX.YY.ZZ
|
||||||
|
</pre>
|
||||||
<h3>Building LuaJIT</h3>
|
<h3>Building LuaJIT</h3>
|
||||||
<p>
|
<p>
|
||||||
The supplied Makefiles try to auto-detect the settings needed for your
|
The supplied Makefiles try to auto-detect the settings needed for your
|
||||||
|
@ -180,8 +180,8 @@ itself. For a description of their options and output format, please
|
|||||||
read the comment block at the start of their source.
|
read the comment block at the start of their source.
|
||||||
They can be found in the <tt>lib</tt> directory of the source
|
They can be found in the <tt>lib</tt> directory of the source
|
||||||
distribution or installed under the <tt>jit</tt> directory. By default
|
distribution or installed under the <tt>jit</tt> directory. By default
|
||||||
this is <tt>/usr/local/share/luajit-2.0.5/jit</tt> on POSIX
|
this is <tt>/usr/local/share/luajit-XX.YY.ZZ>/jit</tt> on POSIX
|
||||||
systems.
|
systems (replace XX.YY.ZZ by the installed version).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 id="opt_O"><tt>-O[level]</tt><br>
|
<h3 id="opt_O"><tt>-O[level]</tt><br>
|
||||||
|
Loading…
Reference in New Issue
Block a user