diff options
author | Mike Pall <mike> | 2022-06-23 09:10:43 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2022-06-23 09:10:43 +0200 |
commit | 4c2441c16ce3c4e312aaefecc6d40c4fe21de97c (patch) | |
tree | 0ee5ad7a3246f9a620265de9c6998308cb44a09b /doc/install.html | |
parent | 0065cff7e0222c234b75a71e72b8883df5d000c2 (diff) | |
parent | 2e98c3d0644fc0c265844908f43b7e4526dd819c (diff) | |
download | luajit-4c2441c16ce3c4e312aaefecc6d40c4fe21de97c.tar.gz luajit-4c2441c16ce3c4e312aaefecc6d40c4fe21de97c.tar.bz2 luajit-4c2441c16ce3c4e312aaefecc6d40c4fe21de97c.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/install.html')
-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 |