diff options
Diffstat (limited to '')
-rw-r--r-- | doc/install.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install.html b/doc/install.html index c3b951e4..9fad31f4 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -328,7 +328,7 @@ The recommended way to fetch the latest version is to do a pull from | |||
328 | the git repository. | 328 | the git repository. |
329 | </p> | 329 | </p> |
330 | <p> | 330 | <p> |
331 | Alternatively download the latest source package of LuaJIT (pick the .tar.gz). | 331 | Alternatively, download the latest source package of LuaJIT (pick the .tar.gz). |
332 | Move it to a directory of your choice, open a terminal window and change | 332 | Move it to a directory of your choice, open a terminal window and change |
333 | to this directory. Now unpack the archive and change to the newly created | 333 | to this directory. Now unpack the archive and change to the newly created |
334 | directory (replace XX.YY.ZZ with the version you downloaded): | 334 | directory (replace XX.YY.ZZ with the version you downloaded): |
@@ -697,7 +697,7 @@ allocator from your system (no support for this on 64 bit architectures).</ | |||
697 | of calling <tt>luaopen_base</tt> etc. directly.</li> | 697 | of calling <tt>luaopen_base</tt> etc. directly.</li> |
698 | <li>To change or extend the list of standard libraries to load, copy | 698 | <li>To change or extend the list of standard libraries to load, copy |
699 | <tt>src/lib_init.c</tt> to your project and modify it accordingly. | 699 | <tt>src/lib_init.c</tt> to your project and modify it accordingly. |
700 | Make sure the <tt>jit</tt> library is loaded or the JIT compiler | 700 | Make sure the <tt>jit</tt> library is loaded, or the JIT compiler |
701 | will not be activated.</li> | 701 | will not be activated.</li> |
702 | <li>The <tt>bit.*</tt> module for bitwise operations | 702 | <li>The <tt>bit.*</tt> module for bitwise operations |
703 | is already built-in. There's no need to statically link | 703 | is already built-in. There's no need to statically link |
@@ -716,7 +716,7 @@ in unspeakable ways. | |||
716 | There should be absolutely no need to patch <tt>luaconf.h</tt> or any | 716 | There should be absolutely no need to patch <tt>luaconf.h</tt> or any |
717 | of the Makefiles. And please do not hand-pick files for your packages — | 717 | of the Makefiles. And please do not hand-pick files for your packages — |
718 | simply use whatever <tt>make install</tt> creates. There's a reason | 718 | simply use whatever <tt>make install</tt> creates. There's a reason |
719 | for all of the files <em>and</em> directories it creates. | 719 | for all the files <em>and</em> directories it creates. |
720 | </p> | 720 | </p> |
721 | <p> | 721 | <p> |
722 | The build system uses GNU make and auto-detects most settings based on | 722 | The build system uses GNU make and auto-detects most settings based on |