diff options
| author | Mike Pall <mike> | 2022-06-23 09:10:09 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2022-06-23 09:10:09 +0200 |
| commit | 2e98c3d0644fc0c265844908f43b7e4526dd819c (patch) | |
| tree | b9116c671f4268be7776696abdb189de4be5cf43 /doc/install.html | |
| parent | 7dc3850e78493eed1e85fa7bc0b96068ae7fb9f4 (diff) | |
| download | luajit-2e98c3d0644fc0c265844908f43b7e4526dd819c.tar.gz luajit-2e98c3d0644fc0c265844908f43b7e4526dd819c.tar.bz2 luajit-2e98c3d0644fc0c265844908f43b7e4526dd819c.zip | |
Grammar and spell check.
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 |
