summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorMike Pall <mike>2012-10-31 18:14:49 +0100
committerMike Pall <mike>2012-10-31 18:14:49 +0100
commit4b9441c0a9fd24b06a853ada22ed2c53a37d7b0e (patch)
tree26df0cb51d9b6bfe750f20fa3df259058a825822 /doc/install.html
parent1f372e13c27446a64247bcd222ec3d91d1f46363 (diff)
downloadluajit-4b9441c0a9fd24b06a853ada22ed2c53a37d7b0e.tar.gz
luajit-4b9441c0a9fd24b06a853ada22ed2c53a37d7b0e.tar.bz2
luajit-4b9441c0a9fd24b06a853ada22ed2c53a37d7b0e.zip
Update docs for release candidate.
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html15
1 files changed, 3 insertions, 12 deletions
diff --git a/doc/install.html b/doc/install.html
index 7d8636d2..435c6c08 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -188,8 +188,8 @@ open a terminal window and change to this directory. Now unpack the archive
188and change to the newly created directory: 188and change to the newly created directory:
189</p> 189</p>
190<pre class="code"> 190<pre class="code">
191tar zxf LuaJIT-2.0.0-beta11.tar.gz 191tar zxf LuaJIT-2.0.0.tar.gz
192cd LuaJIT-2.0.0-beta11</pre> 192cd LuaJIT-2.0.0</pre>
193<h3>Building LuaJIT</h3> 193<h3>Building LuaJIT</h3>
194<p> 194<p>
195The supplied Makefiles try to auto-detect the settings needed for your 195The supplied Makefiles try to auto-detect the settings needed for your
@@ -236,15 +236,6 @@ make install PREFIX=/home/myself/lj2
236<p> 236<p>
237Obviously the prefixes given during build and installation need to be the same. 237Obviously the prefixes given during build and installation need to be the same.
238</p> 238</p>
239<p style="color: #c00000;">
240Note: to avoid overwriting a previous version, the beta test releases
241only install the LuaJIT executable under the versioned name (i.e.
242<tt>luajit-2.0.0-beta11</tt>). You probably want to create a symlink
243for convenience, with a command like this:
244</p>
245<pre class="code" style="color: #c00000;">
246sudo ln -sf luajit-2.0.0-beta11&nbsp;/usr/local/bin/luajit
247</pre>
248 239
249<h2 id="windows">Windows Systems</h2> 240<h2 id="windows">Windows Systems</h2>
250<h3>Prerequisites</h3> 241<h3>Prerequisites</h3>
@@ -461,7 +452,7 @@ much slower than the JIT compiler. Please complain to Apple, not me.
461Or use Android. :-p 452Or use Android. :-p
462</p> 453</p>
463<pre class="code"> 454<pre class="code">
464IXCODE=/Applications/Xcode45-DP4.app/Contents 455IXCODE=/Applications/Xcode.app/Contents
465ISDK=$IXCODE/Developer/Platforms/iPhoneOS.platform/Developer 456ISDK=$IXCODE/Developer/Platforms/iPhoneOS.platform/Developer
466ISDKVER=iPhoneOS6.0.sdk 457ISDKVER=iPhoneOS6.0.sdk
467ISDKP=$ISDK/usr/bin/ 458ISDKP=$ISDK/usr/bin/