summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorMike Pall <mike>2011-02-11 13:50:01 +0100
committerMike Pall <mike>2011-02-11 14:51:20 +0100
commit1f0006ac71fd4eb308ab900b0b9917e1dd046680 (patch)
tree93a6e6435ef45c776c28da2d3f4c8330e0e72968 /doc/install.html
parenta5aade2fa9ff89f9f3c4a91261071299de0d0fa4 (diff)
downloadluajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.tar.gz
luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.tar.bz2
luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.zip
Cleanup of docs.
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index 220c326f..cdb9075d 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -417,7 +417,7 @@ simply use whatever <tt>make install</tt> creates. There's a reason
417for all of the files <em>and</em> directories it creates. 417for all of the files <em>and</em> directories it creates.
418</p> 418</p>
419<p> 419<p>
420The build system uses GNU make and autodetects most settings based on 420The build system uses GNU make and auto-detects most settings based on
421the host you're building it on. This should work fine for native builds, 421the host you're building it on. This should work fine for native builds,
422even when sandboxed. You may need to pass some of the following flags to 422even when sandboxed. You may need to pass some of the following flags to
423<em>both</em> the <tt>make</tt> and the <tt>make install</tt> command lines 423<em>both</em> the <tt>make</tt> and the <tt>make install</tt> command lines
@@ -431,7 +431,7 @@ the <tt>-rpath</tt> of the shared library.</li>
431to a shadow tree instead of the root tree of the build system.</li> 431to a shadow tree instead of the root tree of the build system.</li>
432<li>Have a look at the top-level <tt>Makefile</tt> and <tt>src/Makefile</tt> 432<li>Have a look at the top-level <tt>Makefile</tt> and <tt>src/Makefile</tt>
433for additional variables to tweak. The following variables <em>may</em> be 433for additional variables to tweak. The following variables <em>may</em> be
434overriden, but it's <em>not</em> recommended, except for special needs 434overridden, but it's <em>not</em> recommended, except for special needs
435like cross-builds: 435like cross-builds:
436<tt>BUILDMODE, CC, HOST_CC, STATIC_CC, DYNAMIC_CC, CFLAGS, HOST_CFLAGS, 436<tt>BUILDMODE, CC, HOST_CC, STATIC_CC, DYNAMIC_CC, CFLAGS, HOST_CFLAGS,
437TARGET_CFLAGS, LDFLAGS, HOST_LDFLAGS, TARGET_LDFLAGS, TARGET_SHLDFLAGS, 437TARGET_CFLAGS, LDFLAGS, HOST_LDFLAGS, TARGET_LDFLAGS, TARGET_SHLDFLAGS,