RELEASE LuaJIT-2.0.0-beta8
This commit is contained in:
@@ -171,8 +171,8 @@ open a 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-beta7.tar.gz
|
||||
cd LuaJIT-2.0.0-beta7</pre>
|
||||
tar zxf LuaJIT-2.0.0-beta8.tar.gz
|
||||
cd LuaJIT-2.0.0-beta8</pre>
|
||||
<h3>Building LuaJIT</h3>
|
||||
<p>
|
||||
The supplied Makefiles try to auto-detect the settings needed for your
|
||||
@@ -222,11 +222,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-beta7</tt>). You probably want to create a symlink
|
||||
<tt>luajit-2.0.0-beta8</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-beta7 /usr/local/bin/luajit
|
||||
sudo ln -sf luajit-2.0.0-beta8 /usr/local/bin/luajit
|
||||
</pre>
|
||||
|
||||
<h2 id="windows">Windows Systems</h2>
|
||||
|
||||
Reference in New Issue
Block a user