summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-08-24 15:10:40 +0200
committerMike Pall <mike>2010-08-24 15:10:40 +0200
commitd668373654898d47de56061b4b2b31a1780ce476 (patch)
treed14a1d97309a501ed1d9b29b0382e19dd12333aa /doc/install.html
parentd9cdefee0a5bdcc69f0415077187d802eb05d024 (diff)
downloadluajit-d668373654898d47de56061b4b2b31a1780ce476.tar.gz
luajit-d668373654898d47de56061b4b2b31a1780ce476.tar.bz2
luajit-d668373654898d47de56061b4b2b31a1780ce476.zip
RELEASE LuaJIT-2.0.0-beta5v2.0.0-beta5
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 6b1fd35e..6e328b79 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -135,8 +135,8 @@ terminal window and change to this directory. Now unpack the archive
135and change to the newly created directory: 135and change to the newly created directory:
136</p> 136</p>
137<pre class="code"> 137<pre class="code">
138tar zxf LuaJIT-2.0.0-beta4.tar.gz 138tar zxf LuaJIT-2.0.0-beta5.tar.gz
139cd LuaJIT-2.0.0-beta4</pre> 139cd LuaJIT-2.0.0-beta5</pre>
140<h3>Building LuaJIT</h3> 140<h3>Building LuaJIT</h3>
141<p> 141<p>
142The supplied Makefiles try to auto-detect the settings needed for your 142The 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.
184<p style="color: #c00000;"> 184<p style="color: #c00000;">
185Note: to avoid overwriting a previous version, the beta test releases 185Note: to avoid overwriting a previous version, the beta test releases
186only install the LuaJIT executable under the versioned name (i.e. 186only install the LuaJIT executable under the versioned name (i.e.
187<tt>luajit-2.0.0-beta4</tt>). You probably want to create a symlink 187<tt>luajit-2.0.0-beta5</tt>). You probably want to create a symlink
188for convenience, with a command like this: 188for convenience, with a command like this:
189</p> 189</p>
190<pre class="code" style="color: #c00000;"> 190<pre class="code" style="color: #c00000;">
191sudo ln -sf luajit-2.0.0-beta4&nbsp;/usr/local/bin/luajit 191sudo ln -sf luajit-2.0.0-beta5&nbsp;/usr/local/bin/luajit
192</pre> 192</pre>
193 193
194<h2 id="windows">Windows Systems</h2> 194<h2 id="windows">Windows Systems</h2>