diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-06-11 17:30:33 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-06-11 17:30:33 (GMT) |
commit | 9075854dd9c97a5ab0775e3b65cdd3c4e9fdc543 (patch) | |
tree | 154079184f9930e937e8b478dcb00fd516168c99 | |
parent | 238b9488c146ea4eb92c97071f6cce39383b6627 (diff) | |
download | hdf5-9075854dd9c97a5ab0775e3b65cdd3c4e9fdc543.zip hdf5-9075854dd9c97a5ab0775e3b65cdd3c4e9fdc543.tar.gz hdf5-9075854dd9c97a5ab0775e3b65cdd3c4e9fdc543.tar.bz2 |
[svn-r5591] Purpose:
Update
Description:
Explained that, if the user uses the "make install prefix=NEW_DIR"
option, they'll need to modify the installed h5cc file to reflect the
change.
-rw-r--r-- | release_docs/INSTALL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index c3c715c..82da4ad 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -498,7 +498,10 @@ $ make install prefix=NEW_DIR - where NEW_DIR is the new directory you wish to install HDF5. + 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. The library can be used without installing it by pointing the compiler at the `src' directory for both include files and |