diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-10-15 19:04:54 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-10-15 19:04:54 (GMT) |
commit | 878def94e5a416f710e87491b8ee8ef1d236f48e (patch) | |
tree | a5463a94b1fc3e9cc5ee287a8a0328617ad5dc98 /INSTALL | |
parent | 85f55c4c95bb7a9a07ef6c3da04a1cfea2784b99 (diff) | |
download | hdf5-878def94e5a416f710e87491b8ee8ef1d236f48e.zip hdf5-878def94e5a416f710e87491b8ee8ef1d236f48e.tar.gz hdf5-878def94e5a416f710e87491b8ee8ef1d236f48e.tar.bz2 |
[svn-r1760] Added a paragraph of how to use bin/install-sh explicitedly.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |