diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-30 17:02:32 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-30 17:02:32 (GMT) |
commit | 144e2e9d1f05bf098f488fe9695beaf053e2654e (patch) | |
tree | 79ef15481c28ab9acca04c4712e08747018a8ece | |
parent | 2eefb63ee7487f904cc64d5fe85ffa1e045481bf (diff) | |
download | hdf5-144e2e9d1f05bf098f488fe9695beaf053e2654e.zip hdf5-144e2e9d1f05bf098f488fe9695beaf053e2654e.tar.gz hdf5-144e2e9d1f05bf098f488fe9695beaf053e2654e.tar.bz2 |
[svn-r5292] Purpose:
Update
Description:
Described how you can specify a different directory for installation
during the "make install" command.
-rw-r--r-- | release_docs/INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 1178897..5525192 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -491,6 +491,15 @@ $ INSTALL="$PWD/bin/install-sh -c" ./configure ... $ make install + If you want to install HDF5 in a location other than the location + specified by the `--prefix=DIR' flag during configuration (or + instead of the default location, `/usr/local'), you can do that + by issuing the command: + + $ make install prefix=NEW_DIR + + where NEW_DIR is the new directory you wish to install HDF5. + 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 make |