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 libc6-dev with the package manager.

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. +

+

+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):

-tar zxf LuaJIT-2.0.5.tar.gz
-cd LuaJIT-2.0.5
+tar zxf LuaJIT-XX.YY.ZZ.tar.gz +cd LuaJIT-XX.YY.ZZ +

Building LuaJIT

The 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 read the comment block at the start of their source. They can be found in the lib directory of the source distribution or installed under the jit directory. By default -this is /usr/local/share/luajit-2.0.5/jit on POSIX -systems. +this is /usr/local/share/luajit-XX.YY.ZZ>/jit on POSIX +systems (replace XX.YY.ZZ by the installed version).

-O[level]