diff options
author | Mike Pall <mike> | 2010-03-07 19:30:21 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-03-07 19:30:21 +0100 |
commit | 09e875519b153bf7bc6fa5e1dbc1cfcdcb1e9aff (patch) | |
tree | 06d1fed601e9630e6624cd6ff89e04b7bf338675 /doc/install.html | |
parent | f354b46d296acb8a5fab89a0314a81ba72925d68 (diff) | |
download | luajit-09e875519b153bf7bc6fa5e1dbc1cfcdcb1e9aff.tar.gz luajit-09e875519b153bf7bc6fa5e1dbc1cfcdcb1e9aff.tar.bz2 luajit-09e875519b153bf7bc6fa5e1dbc1cfcdcb1e9aff.zip |
RELEASE LuaJIT-2.0.0-beta3v2.0.0-beta3
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> |