diff options
Diffstat (limited to '')
-rw-r--r-- | doc/install.html | 15 |
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 | |||
188 | and change to the newly created directory: | 188 | and change to the newly created directory: |
189 | </p> | 189 | </p> |
190 | <pre class="code"> | 190 | <pre class="code"> |
191 | tar zxf LuaJIT-2.0.0-beta11.tar.gz | 191 | tar zxf LuaJIT-2.0.0.tar.gz |
192 | cd LuaJIT-2.0.0-beta11</pre> | 192 | cd LuaJIT-2.0.0</pre> |
193 | <h3>Building LuaJIT</h3> | 193 | <h3>Building LuaJIT</h3> |
194 | <p> | 194 | <p> |
195 | The supplied Makefiles try to auto-detect the settings needed for your | 195 | The 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> |
237 | Obviously the prefixes given during build and installation need to be the same. | 237 | Obviously the prefixes given during build and installation need to be the same. |
238 | </p> | 238 | </p> |
239 | <p style="color: #c00000;"> | ||
240 | Note: to avoid overwriting a previous version, the beta test releases | ||
241 | only 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 | ||
243 | for convenience, with a command like this: | ||
244 | </p> | ||
245 | <pre class="code" style="color: #c00000;"> | ||
246 | sudo ln -sf luajit-2.0.0-beta11 /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. | |||
461 | Or use Android. :-p | 452 | Or use Android. :-p |
462 | </p> | 453 | </p> |
463 | <pre class="code"> | 454 | <pre class="code"> |
464 | IXCODE=/Applications/Xcode45-DP4.app/Contents | 455 | IXCODE=/Applications/Xcode.app/Contents |
465 | ISDK=$IXCODE/Developer/Platforms/iPhoneOS.platform/Developer | 456 | ISDK=$IXCODE/Developer/Platforms/iPhoneOS.platform/Developer |
466 | ISDKVER=iPhoneOS6.0.sdk | 457 | ISDKVER=iPhoneOS6.0.sdk |
467 | ISDKP=$ISDK/usr/bin/ | 458 | ISDKP=$ISDK/usr/bin/ |