aboutsummaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html8
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
317the git repository. 317the git repository.
318</p> 318</p>
319<p> 319<p>
320Alternatively download the latest source package of LuaJIT (pick the .tar.gz). 320Alternatively, download the latest source package of LuaJIT (pick the .tar.gz).
321Move it to a directory of your choice, open a terminal window and change 321Move it to a directory of your choice, open a terminal window and change
322to this directory. Now unpack the archive and change to the newly created 322to this directory. Now unpack the archive and change to the newly created
323directory (replace XX.YY.ZZ with the version you downloaded): 323directory (replace XX.YY.ZZ with the version you downloaded):
@@ -475,7 +475,7 @@ important to compile with the proper CPU or architecture settings. You
475can specify these when building the toolchain yourself. Or add 475can 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
477ARM it's important to have the correct <tt>-mfloat-abi=...</tt> setting, 477ARM it's important to have the correct <tt>-mfloat-abi=...</tt> setting,
478too. Otherwise LuaJIT may not run at the full performance of your target 478too. Otherwise, LuaJIT may not run at the full performance of your target
479CPU. 479CPU.
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&nbsp;bit architectures).</
619of calling <tt>luaopen_base</tt> etc. directly.</li> 619of 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.
622Make sure the <tt>jit</tt> library is loaded or the JIT compiler 622Make sure the <tt>jit</tt> library is loaded, or the JIT compiler
623will not be activated.</li> 623will not be activated.</li>
624<li>The <tt>bit.*</tt> module for bitwise operations 624<li>The <tt>bit.*</tt> module for bitwise operations
625is already built-in. There's no need to statically link 625is already built-in. There's no need to statically link
@@ -638,7 +638,7 @@ in unspeakable ways.
638There should be absolutely no need to patch <tt>luaconf.h</tt> or any 638There should be absolutely no need to patch <tt>luaconf.h</tt> or any
639of the Makefiles. And please do not hand-pick files for your packages &mdash; 639of the Makefiles. And please do not hand-pick files for your packages &mdash;
640simply use whatever <tt>make install</tt> creates. There's a reason 640simply use whatever <tt>make install</tt> creates. There's a reason
641for all of the files <em>and</em> directories it creates. 641for all the files <em>and</em> directories it creates.
642</p> 642</p>
643<p> 643<p>
644The build system uses GNU make and auto-detects most settings based on 644The build system uses GNU make and auto-detects most settings based on