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 ae50ee8d..f45459ec 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -133,8 +133,8 @@ terminal window and change to this directory. Now unpack the archive
133and change to the newly created directory: 133and change to the newly created directory:
134</p> 134</p>
135<pre class="code"> 135<pre class="code">
136tar zxf LuaJIT-2.0.0-beta2.tar.gz 136tar zxf LuaJIT-2.0.0-beta3.tar.gz
137cd LuaJIT-2.0.0-beta2</pre> 137cd LuaJIT-2.0.0-beta3</pre>
138<h3>Building LuaJIT</h3> 138<h3>Building LuaJIT</h3>
139<p> 139<p>
140The supplied Makefiles try to auto-detect the settings needed for your 140The supplied Makefiles try to auto-detect the settings needed for your
@@ -182,11 +182,11 @@ Obviously the prefixes given during build and installation need to be the same.
182<p style="color: #c00000;"> 182<p style="color: #c00000;">
183Note: to avoid overwriting a previous version, the beta test releases 183Note: to avoid overwriting a previous version, the beta test releases
184only install the LuaJIT executable under the versioned name (i.e. 184only install the LuaJIT executable under the versioned name (i.e.
185<tt>luajit-2.0.0-beta2</tt>). You probably want to create a symlink 185<tt>luajit-2.0.0-beta3</tt>). You probably want to create a symlink
186for convenience, with a command like this: 186for convenience, with a command like this:
187</p> 187</p>
188<pre class="code" style="color: #c00000;"> 188<pre class="code" style="color: #c00000;">
189sudo ln -sf luajit-2.0.0-beta2&nbsp;/usr/local/bin/luajit 189sudo ln -sf luajit-2.0.0-beta3&nbsp;/usr/local/bin/luajit
190</pre> 190</pre>
191 191
192<h2 id="windows">Windows Systems</h2> 192<h2 id="windows">Windows Systems</h2>