mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-24 17:51:25 +08:00
[svn-r1760] Added a paragraph of how to use bin/install-sh explicitedly.
This commit is contained in:
parent
85f55c4c95
commit
878def94e5
6
INSTALL
6
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user