diff options
author | Mike Pall <mike> | 2011-02-11 13:50:01 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-02-11 14:51:20 +0100 |
commit | 1f0006ac71fd4eb308ab900b0b9917e1dd046680 (patch) | |
tree | 93a6e6435ef45c776c28da2d3f4c8330e0e72968 /doc/install.html | |
parent | a5aade2fa9ff89f9f3c4a91261071299de0d0fa4 (diff) | |
download | luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.tar.gz luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.tar.bz2 luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.zip |
Cleanup of docs.
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 4 |
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 | |||
417 | for all of the files <em>and</em> directories it creates. | 417 | for all of the files <em>and</em> directories it creates. |
418 | </p> | 418 | </p> |
419 | <p> | 419 | <p> |
420 | The build system uses GNU make and autodetects most settings based on | 420 | The build system uses GNU make and auto-detects most settings based on |
421 | the host you're building it on. This should work fine for native builds, | 421 | the host you're building it on. This should work fine for native builds, |
422 | even when sandboxed. You may need to pass some of the following flags to | 422 | even 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> | |||
431 | to a shadow tree instead of the root tree of the build system.</li> | 431 | to 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> |
433 | for additional variables to tweak. The following variables <em>may</em> be | 433 | for additional variables to tweak. The following variables <em>may</em> be |
434 | overriden, but it's <em>not</em> recommended, except for special needs | 434 | overridden, but it's <em>not</em> recommended, except for special needs |
435 | like cross-builds: | 435 | like 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, |
437 | TARGET_CFLAGS, LDFLAGS, HOST_LDFLAGS, TARGET_LDFLAGS, TARGET_SHLDFLAGS, | 437 | TARGET_CFLAGS, LDFLAGS, HOST_LDFLAGS, TARGET_LDFLAGS, TARGET_SHLDFLAGS, |