diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-07-03 18:49:46 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-07-03 18:49:46 (GMT) |
commit | 6c53e36c681bff255f4b49f952715c48226a4c69 (patch) | |
tree | 6cd7ff89056681c6a167d6d46daa006691d041ac | |
parent | c034503562fc330f8b9a79ec02104d9d23ec5805 (diff) | |
download | hdf5-6c53e36c681bff255f4b49f952715c48226a4c69.zip hdf5-6c53e36c681bff255f4b49f952715c48226a4c69.tar.gz hdf5-6c53e36c681bff255f4b49f952715c48226a4c69.tar.bz2 |
[svn-r7156] Purpose: Maintenance
Description: When make install prefix=NEW_DIR is used to specify
new location for the installed HDF5 library, h5redeploy
should be used to fix h5cc, etc. scripts. INSTALL file
suggested to fix scripts by hand.
Solution: Modified instructions to use h5redeploy.
Platforms tested: verbena
Misc. update:
-rw-r--r-- | release_docs/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 0d8133b..6a50caf 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -533,9 +533,9 @@ $ make install prefix=NEW_DIR where NEW_DIR is the new directory you wish to install HDF5. If - you do this, you should also modify the installed "bin/h5cc" - script. Change the "prefix=..." line to reflect the value of - NEW_DIR. + you do this, you should run h5redeploy in NEW_DIR/bin directory. + This utility will fix h5cc, h5fc and h5c++ scripts to reflect new + NEW_DIR location. The library can be used without installing it by pointing the compiler at the `src' and 'src/.libs' directory for include files and |