aboutsummaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorMike Pall <mike>2012-05-09 18:11:35 +0200
committerMike Pall <mike>2012-05-09 18:11:35 +0200
commit51f05d64c93b5c1e8ba152740012454f399b996d (patch)
tree37382a28a5aca6600bad290ab2081aed4fafc380 /doc/install.html
parentc8a1f274af31763d0b6366c35df4a6986ed396d0 (diff)
downloadluajit-51f05d64c93b5c1e8ba152740012454f399b996d.tar.gz
luajit-51f05d64c93b5c1e8ba152740012454f399b996d.tar.bz2
luajit-51f05d64c93b5c1e8ba152740012454f399b996d.zip
RELEASE LuaJIT-2.0.0-beta10v2.0.0-beta10
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>