diff options
author | Mike Pall <mike> | 2011-12-14 15:12:49 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-12-14 15:12:49 +0100 |
commit | 6ace80c897a8359bedd3f195d126725cb0bf0f8d (patch) | |
tree | abf2b1b2eed1d3a6b499aa919ea5c6eb46d10428 /doc/install.html | |
parent | a3024683457cab7b1cf1b4029fd1b16e565024a8 (diff) | |
download | luajit-6ace80c897a8359bedd3f195d126725cb0bf0f8d.tar.gz luajit-6ace80c897a8359bedd3f195d126725cb0bf0f8d.tar.bz2 luajit-6ace80c897a8359bedd3f195d126725cb0bf0f8d.zip |
RELEASE LuaJIT-2.0.0-beta9v2.0.0-beta9
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 6a9a2c9f..4e226d17 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -178,8 +178,8 @@ open a terminal window and change to this directory. Now unpack the archive | |||
178 | and change to the newly created directory: | 178 | and change to the newly created directory: |
179 | </p> | 179 | </p> |
180 | <pre class="code"> | 180 | <pre class="code"> |
181 | tar zxf LuaJIT-2.0.0-beta8.tar.gz | 181 | tar zxf LuaJIT-2.0.0-beta9.tar.gz |
182 | cd LuaJIT-2.0.0-beta8</pre> | 182 | cd LuaJIT-2.0.0-beta9</pre> |
183 | <h3>Building LuaJIT</h3> | 183 | <h3>Building LuaJIT</h3> |
184 | <p> | 184 | <p> |
185 | The supplied Makefiles try to auto-detect the settings needed for your | 185 | The supplied Makefiles try to auto-detect the settings needed for your |
@@ -229,11 +229,11 @@ Obviously the prefixes given during build and installation need to be the same. | |||
229 | <p style="color: #c00000;"> | 229 | <p style="color: #c00000;"> |
230 | Note: to avoid overwriting a previous version, the beta test releases | 230 | Note: to avoid overwriting a previous version, the beta test releases |
231 | only install the LuaJIT executable under the versioned name (i.e. | 231 | only install the LuaJIT executable under the versioned name (i.e. |
232 | <tt>luajit-2.0.0-beta8</tt>). You probably want to create a symlink | 232 | <tt>luajit-2.0.0-beta9</tt>). You probably want to create a symlink |
233 | for convenience, with a command like this: | 233 | for convenience, with a command like this: |
234 | </p> | 234 | </p> |
235 | <pre class="code" style="color: #c00000;"> | 235 | <pre class="code" style="color: #c00000;"> |
236 | sudo ln -sf luajit-2.0.0-beta8 /usr/local/bin/luajit | 236 | sudo ln -sf luajit-2.0.0-beta9 /usr/local/bin/luajit |
237 | </pre> | 237 | </pre> |
238 | 238 | ||
239 | <h2 id="windows">Windows Systems</h2> | 239 | <h2 id="windows">Windows Systems</h2> |