diff options
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. |