aboutsummaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorMike Pall <mike>2021-03-11 15:32:28 +0100
committerMike Pall <mike>2021-03-11 15:32:28 +0100
commit5ccfe94f4ed27b8f9b899ed9e40e8d872bb83371 (patch)
treecf9def71bf97dd695b6ae277cc8ea91dc8b2f708 /doc/install.html
parent9b000309cc3d845cd9fd8b69d03dc263adaa8985 (diff)
downloadluajit-5ccfe94f4ed27b8f9b899ed9e40e8d872bb83371.tar.gz
luajit-5ccfe94f4ed27b8f9b899ed9e40e8d872bb83371.tar.bz2
luajit-5ccfe94f4ed27b8f9b899ed9e40e8d872bb83371.zip
Remove specific version numbers from the docs.
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html16
1 files changed, 10 insertions, 6 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>
179The recommended way to fetch the latest version is to do a pull from 179The recommended way to fetch the latest version is to do a pull from
180the git repository. Alternatively download the latest source package of 180the git repository.
181LuaJIT (pick the .tar.gz). Move it to a directory of your choice, 181</p>
182open a terminal window and change to this directory. Now unpack the archive 182<p>
183and change to the newly created directory: 183Alternatively download the latest source package of LuaJIT (pick the .tar.gz).
184Move it to a directory of your choice, open a terminal window and change
185to this directory. Now unpack the archive and change to the newly created
186directory (replace XX.YY.ZZ with the version you downloaded):
184</p> 187</p>
185<pre class="code"> 188<pre class="code">
186tar zxf LuaJIT-2.0.5.tar.gz 189tar zxf LuaJIT-XX.YY.ZZ.tar.gz
187cd LuaJIT-2.0.5</pre> 190cd LuaJIT-XX.YY.ZZ
191</pre>
188<h3>Building LuaJIT</h3> 192<h3>Building LuaJIT</h3>
189<p> 193<p>
190The supplied Makefiles try to auto-detect the settings needed for your 194The supplied Makefiles try to auto-detect the settings needed for your