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 5f08ef86..b31f3ab9 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -187,8 +187,8 @@ open a terminal window and change to this directory. Now unpack the archive | |||
187 | and change to the newly created directory: | 187 | and change to the newly created directory: |
188 | </p> | 188 | </p> |
189 | <pre class="code"> | 189 | <pre class="code"> |
190 | tar zxf LuaJIT-2.0.0-beta9.tar.gz | 190 | tar zxf LuaJIT-2.0.0-beta10.tar.gz |
191 | cd LuaJIT-2.0.0-beta9</pre> | 191 | cd LuaJIT-2.0.0-beta10</pre> |
192 | <h3>Building LuaJIT</h3> | 192 | <h3>Building LuaJIT</h3> |
193 | <p> | 193 | <p> |
194 | The supplied Makefiles try to auto-detect the settings needed for your | 194 | The supplied Makefiles try to auto-detect the settings needed for your |
@@ -238,11 +238,11 @@ Obviously the prefixes given during build and installation need to be the same. | |||
238 | <p style="color: #c00000;"> | 238 | <p style="color: #c00000;"> |
239 | Note: to avoid overwriting a previous version, the beta test releases | 239 | Note: to avoid overwriting a previous version, the beta test releases |
240 | only install the LuaJIT executable under the versioned name (i.e. | 240 | only install the LuaJIT executable under the versioned name (i.e. |
241 | <tt>luajit-2.0.0-beta9</tt>). You probably want to create a symlink | 241 | <tt>luajit-2.0.0-beta10</tt>). You probably want to create a symlink |
242 | for convenience, with a command like this: | 242 | for convenience, with a command like this: |
243 | </p> | 243 | </p> |
244 | <pre class="code" style="color: #c00000;"> | 244 | <pre class="code" style="color: #c00000;"> |
245 | sudo ln -sf luajit-2.0.0-beta9 /usr/local/bin/luajit | 245 | sudo ln -sf luajit-2.0.0-beta10 /usr/local/bin/luajit |
246 | </pre> | 246 | </pre> |
247 | 247 | ||
248 | <h2 id="windows">Windows Systems</h2> | 248 | <h2 id="windows">Windows Systems</h2> |