Remove specific version numbers from the docs.

This commit is contained in:
Mike Pall
2021-03-11 15:32:28 +01:00
parent 9b000309cc
commit 5ccfe94f4e
2 changed files with 12 additions and 8 deletions

View File

@@ -177,14 +177,18 @@ Debian/Ubuntu, install <tt>libc6-dev</tt> with the package manager.
</p>
<p>
The recommended way to fetch the latest version is to do a pull from
the git repository. 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:
the git repository.
</p>
<p>
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>
<pre class="code">
tar zxf LuaJIT-2.0.5.tar.gz
cd LuaJIT-2.0.5</pre>
tar zxf LuaJIT-XX.YY.ZZ.tar.gz
cd LuaJIT-XX.YY.ZZ
</pre>
<h3>Building LuaJIT</h3>
<p>
The supplied Makefiles try to auto-detect the settings needed for your