summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-03-07 19:30:21 +0100
committerMike Pall <mike>2010-03-07 19:30:21 +0100
commit09e875519b153bf7bc6fa5e1dbc1cfcdcb1e9aff (patch)
tree06d1fed601e9630e6624cd6ff89e04b7bf338675 /doc/install.html
parentf354b46d296acb8a5fab89a0314a81ba72925d68 (diff)
downloadluajit-09e875519b153bf7bc6fa5e1dbc1cfcdcb1e9aff.tar.gz
luajit-09e875519b153bf7bc6fa5e1dbc1cfcdcb1e9aff.tar.bz2
luajit-09e875519b153bf7bc6fa5e1dbc1cfcdcb1e9aff.zip
RELEASE LuaJIT-2.0.0-beta3v2.0.0-beta3
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>