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 ab2cdda5..c74a57c7 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-beta10.tar.gz | 191 | tar zxf LuaJIT-2.0.0-beta11.tar.gz |
192 | cd LuaJIT-2.0.0-beta10</pre> | 192 | cd LuaJIT-2.0.0-beta11</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 |
@@ -239,11 +239,11 @@ Obviously the prefixes given during build and installation need to be the same. | |||
239 | <p style="color: #c00000;"> | 239 | <p style="color: #c00000;"> |
240 | Note: to avoid overwriting a previous version, the beta test releases | 240 | Note: to avoid overwriting a previous version, the beta test releases |
241 | only install the LuaJIT executable under the versioned name (i.e. | 241 | only install the LuaJIT executable under the versioned name (i.e. |
242 | <tt>luajit-2.0.0-beta10</tt>). You probably want to create a symlink | 242 | <tt>luajit-2.0.0-beta11</tt>). You probably want to create a symlink |
243 | for convenience, with a command like this: | 243 | for convenience, with a command like this: |
244 | </p> | 244 | </p> |
245 | <pre class="code" style="color: #c00000;"> | 245 | <pre class="code" style="color: #c00000;"> |
246 | sudo ln -sf luajit-2.0.0-beta10 /usr/local/bin/luajit | 246 | sudo ln -sf luajit-2.0.0-beta11 /usr/local/bin/luajit |
247 | </pre> | 247 | </pre> |
248 | 248 | ||
249 | <h2 id="windows">Windows Systems</h2> | 249 | <h2 id="windows">Windows Systems</h2> |