summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-03-28 19:26:33 +0200
committerMike Pall <mike>2010-03-28 19:26:33 +0200
commit23189fa40d8cda4fa039a44b1211771b3d34fc7b (patch)
tree65fe7aadd2bde0e0dace999fba7bee218ae8d159 /doc/install.html
parent3a8b9bad2e34155ddb1b6a84cc236ea87accbf1a (diff)
downloadluajit-23189fa40d8cda4fa039a44b1211771b3d34fc7b.tar.gz
luajit-23189fa40d8cda4fa039a44b1211771b3d34fc7b.tar.bz2
luajit-23189fa40d8cda4fa039a44b1211771b3d34fc7b.zip
RELEASE LuaJIT-2.0.0-beta4v2.0.0-beta4
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 66d5ef2c..6b1fd35e 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-beta3.tar.gz 138tar zxf LuaJIT-2.0.0-beta4.tar.gz
139cd LuaJIT-2.0.0-beta3</pre> 139cd LuaJIT-2.0.0-beta4</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-beta3</tt>). You probably want to create a symlink 187<tt>luajit-2.0.0-beta4</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-beta3&nbsp;/usr/local/bin/luajit 191sudo ln -sf luajit-2.0.0-beta4&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>