diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-18 22:40:31 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-18 22:40:31 (GMT) |
commit | e8102b87a7692c2c338634476c649d6b6530e8b3 (patch) | |
tree | 03bf3b65a73b2cf786952c151880ee04b390207a /INSTALL | |
parent | 17cbb96b8d6fa5b432e464e723786927b8cd64e6 (diff) | |
download | hdf5-e8102b87a7692c2c338634476c649d6b6530e8b3.zip hdf5-e8102b87a7692c2c338634476c649d6b6530e8b3.tar.gz hdf5-e8102b87a7692c2c338634476c649d6b6530e8b3.tar.bz2 |
[svn-r3152] Purpose:
Update
Description:
Changed 1.2.0 to 1.4.0 and corrected the bzip'd sample command.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -102,8 +102,8 @@ used to configure, build, test, and install the HDF5 library, header files, and support programs. - $ gunzip < hdf5-1.2.0.tar.gz | tar xf - - $ cd hdf5-1.2.0 + $ gunzip < hdf5-1.4.0.tar.gz | tar xf - + $ cd hdf5-1.4.0 $ make check $ make install @@ -143,19 +143,19 @@ 5.1.1. Non-compressed tar archive (*.tar) - $ tar xf hdf5-1.2.0.tar + $ tar xf hdf5-1.4.0.tar 5.1.2. Compressed tar archive (*.tar.Z) - $ uncompress -c < hdf5-1.2.0.tar.Z | tar xf - + $ uncompress -c < hdf5-1.4.0.tar.Z | tar xf - 5.1.3. Gzip'd tar archive (*.tar.gz) - $ gunzip < hdf5-1.2.0.tar.gz | tar xf - + $ gunzip < hdf5-1.4.0.tar.gz | tar xf - 5.1.4. Bzip'd tar archive (*.tar.bz2) - $ bunzip2 < hdf5-1.2.0.tar.gz | tar xf - + $ bunzip2 < hdf5-1.2.0.tar.bz2 | tar xf - 5.2. Source vs. Build Directories On most systems the build can occur in a directory other than the @@ -501,6 +501,7 @@ ./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. |