RELEASE LuaJIT-2.0.0-beta4

This commit is contained in:
Mike Pall
2010-03-28 19:26:33 +02:00
parent 3a8b9bad2e
commit 23189fa40d
9 changed files with 34 additions and 24 deletions

View File

@@ -135,8 +135,8 @@ terminal window and change to this directory. Now unpack the archive
and change to the newly created directory:
</p>
<pre class="code">
tar zxf LuaJIT-2.0.0-beta3.tar.gz
cd LuaJIT-2.0.0-beta3</pre>
tar zxf LuaJIT-2.0.0-beta4.tar.gz
cd LuaJIT-2.0.0-beta4</pre>
<h3>Building LuaJIT</h3>
<p>
The supplied Makefiles try to auto-detect the settings needed for your
@@ -184,11 +184,11 @@ Obviously the prefixes given during build and installation need to be the same.
<p style="color: #c00000;">
Note: to avoid overwriting a previous version, the beta test releases
only install the LuaJIT executable under the versioned name (i.e.
<tt>luajit-2.0.0-beta3</tt>). You probably want to create a symlink
<tt>luajit-2.0.0-beta4</tt>). You probably want to create a symlink
for convenience, with a command like this:
</p>
<pre class="code" style="color: #c00000;">
sudo ln -sf luajit-2.0.0-beta3&nbsp;/usr/local/bin/luajit
sudo ln -sf luajit-2.0.0-beta4&nbsp;/usr/local/bin/luajit
</pre>
<h2 id="windows">Windows Systems</h2>