diff options
author | Mike Pall <mike> | 2017-05-01 20:10:28 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2017-05-01 20:10:28 +0200 |
commit | 0bf80b07b0672ce874feedcc777afe1b791ccb5a (patch) | |
tree | a1b52a74e7434e8ae13996f15ca550b9ae19c34c /doc/install.html | |
parent | ae0d438f26571ac9f2f50026cd1a87d623f7f24b (diff) | |
download | luajit-2.0.5.tar.gz luajit-2.0.5.tar.bz2 luajit-2.0.5.zip |
RELEASE LuaJIT-2.0.5v2.0.5
Diffstat (limited to '')
-rw-r--r-- | doc/install.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html index f7a560f3..4bcc506a 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.4.tar.gz | 191 | tar zxf LuaJIT-2.0.5.tar.gz |
192 | cd LuaJIT-2.0.4</pre> | 192 | cd LuaJIT-2.0.5</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 |