summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.html b/doc/install.html
index cdb9075d..e4dbef8f 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -164,8 +164,8 @@ open a terminal window and change to this directory. Now unpack the archive
164and change to the newly created directory: 164and change to the newly created directory:
165</p> 165</p>
166<pre class="code"> 166<pre class="code">
167tar zxf LuaJIT-2.0.0-beta5.tar.gz 167tar zxf LuaJIT-2.0.0-beta6.tar.gz
168cd LuaJIT-2.0.0-beta5</pre> 168cd LuaJIT-2.0.0-beta6</pre>
169<h3>Building LuaJIT</h3> 169<h3>Building LuaJIT</h3>
170<p> 170<p>
171The supplied Makefiles try to auto-detect the settings needed for your 171The supplied Makefiles try to auto-detect the settings needed for your
@@ -215,11 +215,11 @@ Obviously the prefixes given during build and installation need to be the same.
215<p style="color: #c00000;"> 215<p style="color: #c00000;">
216Note: to avoid overwriting a previous version, the beta test releases 216Note: to avoid overwriting a previous version, the beta test releases
217only install the LuaJIT executable under the versioned name (i.e. 217only install the LuaJIT executable under the versioned name (i.e.
218<tt>luajit-2.0.0-beta5</tt>). You probably want to create a symlink 218<tt>luajit-2.0.0-beta6</tt>). You probably want to create a symlink
219for convenience, with a command like this: 219for convenience, with a command like this:
220</p> 220</p>
221<pre class="code" style="color: #c00000;"> 221<pre class="code" style="color: #c00000;">
222sudo ln -sf luajit-2.0.0-beta5&nbsp;/usr/local/bin/luajit 222sudo ln -sf luajit-2.0.0-beta6&nbsp;/usr/local/bin/luajit
223</pre> 223</pre>
224 224
225<h2 id="windows">Windows Systems</h2> 225<h2 id="windows">Windows Systems</h2>