diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-06-11 17:31:16 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-06-11 17:31:16 (GMT) |
commit | 3ed68f69fe422141dc69ad293654431abf8c4294 (patch) | |
tree | 6dea12489c3d899c85b7d50bab1245d5dbbba780 | |
parent | 86da294594ec3394445ffb1e0fe86b0f520c24a5 (diff) | |
download | hdf5-3ed68f69fe422141dc69ad293654431abf8c4294.zip hdf5-3ed68f69fe422141dc69ad293654431abf8c4294.tar.gz hdf5-3ed68f69fe422141dc69ad293654431abf8c4294.tar.bz2 |
[svn-r5592] Purpose:
Update
Description:
Explained that if the user uses the "make install prefix=NEW_DIR"
option, they'll need to update the installed h5cc script.
-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 5525192..1eb643a 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 |