]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Remove specific version numbers from the docs.
authorMike Pall <mike>
Thu, 11 Mar 2021 14:32:28 +0000 (15:32 +0100)
committerMike Pall <mike>
Thu, 11 Mar 2021 14:32:28 +0000 (15:32 +0100)
doc/install.html
doc/running.html

index 29d436877993957e8fd95354dfb031fb5982d918..56fc184ef01f58229206d76cf4836f6cb29f0842 100644 (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
index 6d8193167f175e4e732e5e517593a070f8f36ba0..ea46a97e250ec25c9d73e7843184f6e626ca5111 100644 (file)
@@ -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.
 They can be found in the <tt>lib</tt> directory of the source
 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
-systems.
+this is <tt>/usr/local/share/luajit-XX.YY.ZZ>/jit</tt> on POSIX
+systems (replace XX.YY.ZZ by the installed version).
 </p>
 
 <h3 id="opt_O"><tt>-O[level]</tt><br>