diff options
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 19fab1b8..fe89fc5c 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -317,7 +317,7 @@ The recommended way to fetch the latest version is to do a pull from | |||
317 | the git repository. | 317 | the git repository. |
318 | </p> | 318 | </p> |
319 | <p> | 319 | <p> |
320 | Alternatively download the latest source package of LuaJIT (pick the .tar.gz). | 320 | Alternatively, download the latest source package of LuaJIT (pick the .tar.gz). |
321 | Move it to a directory of your choice, open a terminal window and change | 321 | Move it to a directory of your choice, open a terminal window and change |
322 | to this directory. Now unpack the archive and change to the newly created | 322 | to this directory. Now unpack the archive and change to the newly created |
323 | directory (replace XX.YY.ZZ with the version you downloaded): | 323 | directory (replace XX.YY.ZZ with the version you downloaded): |
@@ -475,7 +475,7 @@ important to compile with the proper CPU or architecture settings. You | |||
475 | can specify these when building the toolchain yourself. Or add | 475 | can specify these when building the toolchain yourself. Or add |
476 | <tt>-mcpu=...</tt> or <tt>-march=...</tt> to <tt>TARGET_CFLAGS</tt>. For | 476 | <tt>-mcpu=...</tt> or <tt>-march=...</tt> to <tt>TARGET_CFLAGS</tt>. For |
477 | ARM it's important to have the correct <tt>-mfloat-abi=...</tt> setting, | 477 | ARM it's important to have the correct <tt>-mfloat-abi=...</tt> setting, |
478 | too. Otherwise LuaJIT may not run at the full performance of your target | 478 | too. Otherwise, LuaJIT may not run at the full performance of your target |
479 | CPU. | 479 | CPU. |
480 | </p> | 480 | </p> |
481 | <pre class="code"> | 481 | <pre class="code"> |
@@ -619,7 +619,7 @@ allocator from your system (no support for this on 64 bit architectures).</ | |||
619 | of calling <tt>luaopen_base</tt> etc. directly.</li> | 619 | of calling <tt>luaopen_base</tt> etc. directly.</li> |
620 | <li>To change or extend the list of standard libraries to load, copy | 620 | <li>To change or extend the list of standard libraries to load, copy |
621 | <tt>src/lib_init.c</tt> to your project and modify it accordingly. | 621 | <tt>src/lib_init.c</tt> to your project and modify it accordingly. |
622 | Make sure the <tt>jit</tt> library is loaded or the JIT compiler | 622 | Make sure the <tt>jit</tt> library is loaded, or the JIT compiler |
623 | will not be activated.</li> | 623 | will not be activated.</li> |
624 | <li>The <tt>bit.*</tt> module for bitwise operations | 624 | <li>The <tt>bit.*</tt> module for bitwise operations |
625 | is already built-in. There's no need to statically link | 625 | is already built-in. There's no need to statically link |
@@ -638,7 +638,7 @@ in unspeakable ways. | |||
638 | There should be absolutely no need to patch <tt>luaconf.h</tt> or any | 638 | There should be absolutely no need to patch <tt>luaconf.h</tt> or any |
639 | of the Makefiles. And please do not hand-pick files for your packages — | 639 | of the Makefiles. And please do not hand-pick files for your packages — |
640 | simply use whatever <tt>make install</tt> creates. There's a reason | 640 | simply use whatever <tt>make install</tt> creates. There's a reason |
641 | for all of the files <em>and</em> directories it creates. | 641 | for all the files <em>and</em> directories it creates. |
642 | </p> | 642 | </p> |
643 | <p> | 643 | <p> |
644 | The build system uses GNU make and auto-detects most settings based on | 644 | The build system uses GNU make and auto-detects most settings based on |