aboutsummaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/install.html6
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
328the git repository. 328the git repository.
329</p> 329</p>
330<p> 330<p>
331Alternatively download the latest source package of LuaJIT (pick the .tar.gz). 331Alternatively, download the latest source package of LuaJIT (pick the .tar.gz).
332Move it to a directory of your choice, open a terminal window and change 332Move it to a directory of your choice, open a terminal window and change
333to this directory. Now unpack the archive and change to the newly created 333to this directory. Now unpack the archive and change to the newly created
334directory (replace XX.YY.ZZ with the version you downloaded): 334directory (replace XX.YY.ZZ with the version you downloaded):
@@ -697,7 +697,7 @@ allocator from your system (no support for this on 64&nbsp;bit architectures).</
697of calling <tt>luaopen_base</tt> etc. directly.</li> 697of 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.
700Make sure the <tt>jit</tt> library is loaded or the JIT compiler 700Make sure the <tt>jit</tt> library is loaded, or the JIT compiler
701will not be activated.</li> 701will not be activated.</li>
702<li>The <tt>bit.*</tt> module for bitwise operations 702<li>The <tt>bit.*</tt> module for bitwise operations
703is already built-in. There's no need to statically link 703is already built-in. There's no need to statically link
@@ -716,7 +716,7 @@ in unspeakable ways.
716There should be absolutely no need to patch <tt>luaconf.h</tt> or any 716There should be absolutely no need to patch <tt>luaconf.h</tt> or any
717of the Makefiles. And please do not hand-pick files for your packages &mdash; 717of the Makefiles. And please do not hand-pick files for your packages &mdash;
718simply use whatever <tt>make install</tt> creates. There's a reason 718simply use whatever <tt>make install</tt> creates. There's a reason
719for all of the files <em>and</em> directories it creates. 719for all the files <em>and</em> directories it creates.
720</p> 720</p>
721<p> 721<p>
722The build system uses GNU make and auto-detects most settings based on 722The build system uses GNU make and auto-detects most settings based on