[svn-r1760] Added a paragraph of how to use bin/install-sh explicitedly.

This commit is contained in:
Albert Cheng 1999-10-15 14:04:54 -05:00
parent 85f55c4c95
commit 878def94e5

View File

@ -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