diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2000-11-08 21:37:29 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2000-11-08 21:37:29 (GMT) |
commit | 145528db3636625b8491ff7b3e39fbc3c85ec5c7 (patch) | |
tree | aaefb39854b1c484c4176e007e66d2e1ed86f770 /INSTALL | |
parent | 4c52fde41aa4fd1b5ab58f4c26a5f1a955cc2462 (diff) | |
download | hdf5-145528db3636625b8491ff7b3e39fbc3c85ec5c7.zip hdf5-145528db3636625b8491ff7b3e39fbc3c85ec5c7.tar.gz hdf5-145528db3636625b8491ff7b3e39fbc3c85ec5c7.tar.bz2 |
[svn-r2818]
Purpose:
Add a h4toh5 converter in the INSTALL file
Description:
Add a h4toh5 converter in the INSTALL file
Solution:
add h4toh5 parallel with h5toh4 in the specification of including hdf4 lib in the configure.
Platforms tested:
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -296,7 +296,8 @@ HDF5 uses the zlib library for two purposes: it provides support for the HDF5 deflate data compression filter, and it - is used by the h5toh4 converter in support of HDF4. Configure + is used by the h5toh4 converter and the h4toh5 converter + in support of HDF4. Configure searches the standard places (plus those specified above with CPPFLAGS and LDFLAGS variables) for the zlib headers and library. The search can be disabled by specifying @@ -310,7 +311,8 @@ LDFLAGS=-L/usr/unsup/lib \ ./configure - The HDF5-to-HDF4 conversion tool requires the HDF4 library and + The HDF5-to-HDF4 and HDF4-to-HDF5 conversion tool requires the HDF4 + library and header files which are detected the same way as zlib. The switch to give to configure is `--with-hdf4'. Note that HDF5 requires a newer version of zlib than the one shipped with @@ -454,7 +456,7 @@ ./tools/h5toh4 (hdf5 to hdf4 file converter) ./tools/h5debug (low-level file debugging) ./tools/h5import (a demo) - + ./tools/h4toh5 (hdf4 to hdf5 file converter) 6. Using the Library Please see the User Manual in the doc/html directory. |