summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/install.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.html b/doc/install.html
index 6a9a2c9f..4e226d17 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -178,8 +178,8 @@ open a terminal window and change to this directory. Now unpack the archive
178and change to the newly created directory: 178and change to the newly created directory:
179</p> 179</p>
180<pre class="code"> 180<pre class="code">
181tar zxf LuaJIT-2.0.0-beta8.tar.gz 181tar zxf LuaJIT-2.0.0-beta9.tar.gz
182cd LuaJIT-2.0.0-beta8</pre> 182cd LuaJIT-2.0.0-beta9</pre>
183<h3>Building LuaJIT</h3> 183<h3>Building LuaJIT</h3>
184<p> 184<p>
185The supplied Makefiles try to auto-detect the settings needed for your 185The supplied Makefiles try to auto-detect the settings needed for your
@@ -229,11 +229,11 @@ Obviously the prefixes given during build and installation need to be the same.
229<p style="color: #c00000;"> 229<p style="color: #c00000;">
230Note: to avoid overwriting a previous version, the beta test releases 230Note: to avoid overwriting a previous version, the beta test releases
231only install the LuaJIT executable under the versioned name (i.e. 231only install the LuaJIT executable under the versioned name (i.e.
232<tt>luajit-2.0.0-beta8</tt>). You probably want to create a symlink 232<tt>luajit-2.0.0-beta9</tt>). You probably want to create a symlink
233for convenience, with a command like this: 233for convenience, with a command like this:
234</p> 234</p>
235<pre class="code" style="color: #c00000;"> 235<pre class="code" style="color: #c00000;">
236sudo ln -sf luajit-2.0.0-beta8&nbsp;/usr/local/bin/luajit 236sudo ln -sf luajit-2.0.0-beta9&nbsp;/usr/local/bin/luajit
237</pre> 237</pre>
238 238
239<h2 id="windows">Windows Systems</h2> 239<h2 id="windows">Windows Systems</h2>