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 ae50ee8d..f45459ec 100644 --- a/doc/install.html +++ b/doc/install.html | |||
| @@ -133,8 +133,8 @@ terminal window and change to this directory. Now unpack the archive | |||
| 133 | and change to the newly created directory: | 133 | and change to the newly created directory: |
| 134 | </p> | 134 | </p> |
| 135 | <pre class="code"> | 135 | <pre class="code"> |
| 136 | tar zxf LuaJIT-2.0.0-beta2.tar.gz | 136 | tar zxf LuaJIT-2.0.0-beta3.tar.gz |
| 137 | cd LuaJIT-2.0.0-beta2</pre> | 137 | cd LuaJIT-2.0.0-beta3</pre> |
| 138 | <h3>Building LuaJIT</h3> | 138 | <h3>Building LuaJIT</h3> |
| 139 | <p> | 139 | <p> |
| 140 | The supplied Makefiles try to auto-detect the settings needed for your | 140 | The supplied Makefiles try to auto-detect the settings needed for your |
| @@ -182,11 +182,11 @@ Obviously the prefixes given during build and installation need to be the same. | |||
| 182 | <p style="color: #c00000;"> | 182 | <p style="color: #c00000;"> |
| 183 | Note: to avoid overwriting a previous version, the beta test releases | 183 | Note: to avoid overwriting a previous version, the beta test releases |
| 184 | only install the LuaJIT executable under the versioned name (i.e. | 184 | only install the LuaJIT executable under the versioned name (i.e. |
| 185 | <tt>luajit-2.0.0-beta2</tt>). You probably want to create a symlink | 185 | <tt>luajit-2.0.0-beta3</tt>). You probably want to create a symlink |
| 186 | for convenience, with a command like this: | 186 | for convenience, with a command like this: |
| 187 | </p> | 187 | </p> |
| 188 | <pre class="code" style="color: #c00000;"> | 188 | <pre class="code" style="color: #c00000;"> |
| 189 | sudo ln -sf luajit-2.0.0-beta2 /usr/local/bin/luajit | 189 | sudo ln -sf luajit-2.0.0-beta3 /usr/local/bin/luajit |
| 190 | </pre> | 190 | </pre> |
| 191 | 191 | ||
| 192 | <h2 id="windows">Windows Systems</h2> | 192 | <h2 id="windows">Windows Systems</h2> |
