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 5f08ef86..b31f3ab9 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -187,8 +187,8 @@ open a terminal window and change to this directory. Now unpack the archive
187and change to the newly created directory: 187and change to the newly created directory:
188</p> 188</p>
189<pre class="code"> 189<pre class="code">
190tar zxf LuaJIT-2.0.0-beta9.tar.gz 190tar zxf LuaJIT-2.0.0-beta10.tar.gz
191cd LuaJIT-2.0.0-beta9</pre> 191cd LuaJIT-2.0.0-beta10</pre>
192<h3>Building LuaJIT</h3> 192<h3>Building LuaJIT</h3>
193<p> 193<p>
194The supplied Makefiles try to auto-detect the settings needed for your 194The supplied Makefiles try to auto-detect the settings needed for your
@@ -238,11 +238,11 @@ Obviously the prefixes given during build and installation need to be the same.
238<p style="color: #c00000;"> 238<p style="color: #c00000;">
239Note: to avoid overwriting a previous version, the beta test releases 239Note: to avoid overwriting a previous version, the beta test releases
240only install the LuaJIT executable under the versioned name (i.e. 240only install the LuaJIT executable under the versioned name (i.e.
241<tt>luajit-2.0.0-beta9</tt>). You probably want to create a symlink 241<tt>luajit-2.0.0-beta10</tt>). You probably want to create a symlink
242for convenience, with a command like this: 242for convenience, with a command like this:
243</p> 243</p>
244<pre class="code" style="color: #c00000;"> 244<pre class="code" style="color: #c00000;">
245sudo ln -sf luajit-2.0.0-beta9&nbsp;/usr/local/bin/luajit 245sudo ln -sf luajit-2.0.0-beta10&nbsp;/usr/local/bin/luajit
246</pre> 246</pre>
247 247
248<h2 id="windows">Windows Systems</h2> 248<h2 id="windows">Windows Systems</h2>