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