diff options
author | Mike Pall <mike> | 2021-03-11 15:32:28 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2021-03-11 15:32:28 +0100 |
commit | 5ccfe94f4ed27b8f9b899ed9e40e8d872bb83371 (patch) | |
tree | cf9def71bf97dd695b6ae277cc8ea91dc8b2f708 | |
parent | 9b000309cc3d845cd9fd8b69d03dc263adaa8985 (diff) | |
download | luajit-5ccfe94f4ed27b8f9b899ed9e40e8d872bb83371.tar.gz luajit-5ccfe94f4ed27b8f9b899ed9e40e8d872bb83371.tar.bz2 luajit-5ccfe94f4ed27b8f9b899ed9e40e8d872bb83371.zip |
Remove specific version numbers from the docs.
-rw-r--r-- | doc/install.html | 16 | ||||
-rw-r--r-- | doc/running.html | 4 |
2 files changed, 12 insertions, 8 deletions
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 <tt>libc6-dev</tt> with the package manager. | |||
177 | </p> | 177 | </p> |
178 | <p> | 178 | <p> |
179 | The recommended way to fetch the latest version is to do a pull from | 179 | The recommended way to fetch the latest version is to do a pull from |
180 | the git repository. Alternatively download the latest source package of | 180 | the git repository. |
181 | LuaJIT (pick the .tar.gz). Move it to a directory of your choice, | 181 | </p> |
182 | open a terminal window and change to this directory. Now unpack the archive | 182 | <p> |
183 | and change to the newly created directory: | 183 | Alternatively download the latest source package of LuaJIT (pick the .tar.gz). |
184 | Move it to a directory of your choice, open a terminal window and change | ||
185 | to this directory. Now unpack the archive and change to the newly created | ||
186 | directory (replace XX.YY.ZZ with the version you downloaded): | ||
184 | </p> | 187 | </p> |
185 | <pre class="code"> | 188 | <pre class="code"> |
186 | tar zxf LuaJIT-2.0.5.tar.gz | 189 | tar zxf LuaJIT-XX.YY.ZZ.tar.gz |
187 | cd LuaJIT-2.0.5</pre> | 190 | cd LuaJIT-XX.YY.ZZ |
191 | </pre> | ||
188 | <h3>Building LuaJIT</h3> | 192 | <h3>Building LuaJIT</h3> |
189 | <p> | 193 | <p> |
190 | The supplied Makefiles try to auto-detect the settings needed for your | 194 | 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 | |||
180 | read the comment block at the start of their source. | 180 | read the comment block at the start of their source. |
181 | They can be found in the <tt>lib</tt> directory of the source | 181 | They can be found in the <tt>lib</tt> directory of the source |
182 | distribution or installed under the <tt>jit</tt> directory. By default | 182 | distribution or installed under the <tt>jit</tt> directory. By default |
183 | this is <tt>/usr/local/share/luajit-2.0.5/jit</tt> on POSIX | 183 | this is <tt>/usr/local/share/luajit-XX.YY.ZZ>/jit</tt> on POSIX |
184 | systems. | 184 | systems (replace XX.YY.ZZ by the installed version). |
185 | </p> | 185 | </p> |
186 | 186 | ||
187 | <h3 id="opt_O"><tt>-O[level]</tt><br> | 187 | <h3 id="opt_O"><tt>-O[level]</tt><br> |