diff options
author | Mike Pall <mike> | 2013-07-09 17:30:36 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2013-07-09 17:30:36 +0200 |
commit | 146807b7e82a8a5b9999928c4a767f1d0db11b82 (patch) | |
tree | 8146118cba06f4663752008973a5c9ec3c07de74 /doc | |
parent | 88188d52f763aa8bb686003bd459d8b605998850 (diff) | |
parent | 519ef0cba7ebceb99e727da9655692d137854188 (diff) | |
download | luajit-146807b7e82a8a5b9999928c4a767f1d0db11b82.tar.gz luajit-146807b7e82a8a5b9999928c4a767f1d0db11b82.tar.bz2 luajit-146807b7e82a8a5b9999928c4a767f1d0db11b82.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html index faf19c43..b7bf75ce 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -565,9 +565,11 @@ for a regular distribution build: | |||
565 | <ul> | 565 | <ul> |
566 | <li><tt>PREFIX</tt> overrides the installation path and should usually | 566 | <li><tt>PREFIX</tt> overrides the installation path and should usually |
567 | be set to <tt>/usr</tt>. Setting this also changes the module paths and | 567 | be set to <tt>/usr</tt>. Setting this also changes the module paths and |
568 | the <tt>-rpath</tt> of the shared library.</li> | 568 | the paths needed to locate the shared library.</li> |
569 | <li><tt>DESTDIR</tt> is an absolute path which allows you to install | 569 | <li><tt>DESTDIR</tt> is an absolute path which allows you to install |
570 | to a shadow tree instead of the root tree of the build system.</li> | 570 | to a shadow tree instead of the root tree of the build system.</li> |
571 | <li><tt>MULTILIB</tt> sets the architecture-specific library path component | ||
572 | for multilib systems. The default is <tt>lib</tt>.</li> | ||
571 | <li>Have a look at the top-level <tt>Makefile</tt> and <tt>src/Makefile</tt> | 573 | <li>Have a look at the top-level <tt>Makefile</tt> and <tt>src/Makefile</tt> |
572 | for additional variables to tweak. The following variables <em>may</em> be | 574 | for additional variables to tweak. The following variables <em>may</em> be |
573 | overridden, but it's <em>not</em> recommended, except for special needs | 575 | overridden, but it's <em>not</em> recommended, except for special needs |