diff options
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/install.html b/doc/install.html index 939fe101..b04de559 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -186,14 +186,18 @@ Debian/Ubuntu, install <tt>libc6-dev</tt> with the package manager. | |||
186 | </p> | 186 | </p> |
187 | <p> | 187 | <p> |
188 | The recommended way to fetch the latest version is to do a pull from | 188 | The recommended way to fetch the latest version is to do a pull from |
189 | the git repository. Alternatively download the latest source package of | 189 | the git repository. |
190 | LuaJIT (pick the .tar.gz). Move it to a directory of your choice, | 190 | </p> |
191 | open a terminal window and change to this directory. Now unpack the archive | 191 | <p> |
192 | and change to the newly created directory: | 192 | Alternatively download the latest source package of LuaJIT (pick the .tar.gz). |
193 | Move it to a directory of your choice, open a terminal window and change | ||
194 | to this directory. Now unpack the archive and change to the newly created | ||
195 | directory (replace XX.YY.ZZ with the version you downloaded): | ||
193 | </p> | 196 | </p> |
194 | <pre class="code"> | 197 | <pre class="code"> |
195 | tar zxf LuaJIT-2.1.0-beta3.tar.gz | 198 | tar zxf LuaJIT-XX.YY.ZZ.tar.gz |
196 | cd LuaJIT-2.1.0-beta3</pre> | 199 | cd LuaJIT-XX.YY.ZZ |
200 | </pre> | ||
197 | <h3>Building LuaJIT</h3> | 201 | <h3>Building LuaJIT</h3> |
198 | <p> | 202 | <p> |
199 | The supplied Makefiles try to auto-detect the settings needed for your | 203 | The supplied Makefiles try to auto-detect the settings needed for your |