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 29d43687..56fc184e 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -177,14 +177,18 @@ Debian/Ubuntu, install <tt>libc6-dev</tt> with the package manager. | |||
177 | </p> | 177 | </p> |
178 | <p> | 178 | <p> |
179 | The recommended way to fetch the latest version is to do a pull from | 179 | The recommended way to fetch the latest version is to do a pull from |
180 | the git repository. Alternatively download the latest source package of | 180 | the git repository. |
181 | LuaJIT (pick the .tar.gz). Move it to a directory of your choice, | 181 | </p> |
182 | open a terminal window and change to this directory. Now unpack the archive | 182 | <p> |
183 | and change to the newly created directory: | 183 | Alternatively download the latest source package of LuaJIT (pick the .tar.gz). |
184 | Move it to a directory of your choice, open a terminal window and change | ||
185 | to this directory. Now unpack the archive and change to the newly created | ||
186 | directory (replace XX.YY.ZZ with the version you downloaded): | ||
184 | </p> | 187 | </p> |
185 | <pre class="code"> | 188 | <pre class="code"> |
186 | tar zxf LuaJIT-2.0.5.tar.gz | 189 | tar zxf LuaJIT-XX.YY.ZZ.tar.gz |
187 | cd LuaJIT-2.0.5</pre> | 190 | cd LuaJIT-XX.YY.ZZ |
191 | </pre> | ||
188 | <h3>Building LuaJIT</h3> | 192 | <h3>Building LuaJIT</h3> |
189 | <p> | 193 | <p> |
190 | The supplied Makefiles try to auto-detect the settings needed for your | 194 | The supplied Makefiles try to auto-detect the settings needed for your |