summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 14117d9..04cc8f4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -417,6 +417,12 @@
exist prior to `make install', but its subdirectories are
created automatically.
+ If `make install' fails because the install command at your
+ site somehow fails, you may use the install-sh that comes
+ with the source. You need to run ./configure again.
+ $ INSTALL="$PWD/bin/install-sh -c" ./configure ...
+ $ make install
+
The library can be used without installing it by pointing the
compiler at the `src' directory for both include files and
libraries. However, the minimum which must be installed to