diff options
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.html b/doc/install.html index cdb9075d..e4dbef8f 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -164,8 +164,8 @@ open a terminal window and change to this directory. Now unpack the archive | |||
164 | and change to the newly created directory: | 164 | and change to the newly created directory: |
165 | </p> | 165 | </p> |
166 | <pre class="code"> | 166 | <pre class="code"> |
167 | tar zxf LuaJIT-2.0.0-beta5.tar.gz | 167 | tar zxf LuaJIT-2.0.0-beta6.tar.gz |
168 | cd LuaJIT-2.0.0-beta5</pre> | 168 | cd LuaJIT-2.0.0-beta6</pre> |
169 | <h3>Building LuaJIT</h3> | 169 | <h3>Building LuaJIT</h3> |
170 | <p> | 170 | <p> |
171 | The supplied Makefiles try to auto-detect the settings needed for your | 171 | The supplied Makefiles try to auto-detect the settings needed for your |
@@ -215,11 +215,11 @@ Obviously the prefixes given during build and installation need to be the same. | |||
215 | <p style="color: #c00000;"> | 215 | <p style="color: #c00000;"> |
216 | Note: to avoid overwriting a previous version, the beta test releases | 216 | Note: to avoid overwriting a previous version, the beta test releases |
217 | only install the LuaJIT executable under the versioned name (i.e. | 217 | only install the LuaJIT executable under the versioned name (i.e. |
218 | <tt>luajit-2.0.0-beta5</tt>). You probably want to create a symlink | 218 | <tt>luajit-2.0.0-beta6</tt>). You probably want to create a symlink |
219 | for convenience, with a command like this: | 219 | for convenience, with a command like this: |
220 | </p> | 220 | </p> |
221 | <pre class="code" style="color: #c00000;"> | 221 | <pre class="code" style="color: #c00000;"> |
222 | sudo ln -sf luajit-2.0.0-beta5 /usr/local/bin/luajit | 222 | sudo ln -sf luajit-2.0.0-beta6 /usr/local/bin/luajit |
223 | </pre> | 223 | </pre> |
224 | 224 | ||
225 | <h2 id="windows">Windows Systems</h2> | 225 | <h2 id="windows">Windows Systems</h2> |