summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2013-07-09 17:25:05 +0200
committerMike Pall <mike>2013-07-09 17:30:02 +0200
commit519ef0cba7ebceb99e727da9655692d137854188 (patch)
tree5f765b2adb14d39162ff8e52b300974524b796b1 /doc
parentb2a13ddd74384ab6b73c12a953e22c1c3f1726da (diff)
downloadluajit2-519ef0cba7ebceb99e727da9655692d137854188.tar.gz
Add support for multilib distro builds.
Diffstat (limited to 'doc')
-rw-r--r--doc/install.html4
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:
<ul>
<li><tt>PREFIX</tt> overrides the installation path and should usually
be set to <tt>/usr</tt>. Setting this also changes the module paths and
-the <tt>-rpath</tt> of the shared library.</li>
+the paths needed to locate the shared library.</li>
<li><tt>DESTDIR</tt> is an absolute path which allows you to install
to a shadow tree instead of the root tree of the build system.</li>
+<li><tt>MULTILIB</tt> sets the architecture-specific library path component
+for multilib systems. The default is <tt>lib</tt>.</li>
<li>Have a look at the top-level <tt>Makefile</tt> and <tt>src/Makefile</tt>
for additional variables to tweak. The following variables <em>may</em> be
overridden, but it's <em>not</em> recommended, except for special needs