summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-02-07 02:48:19 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-02-07 02:48:19 (GMT)
commita429d0c4b3f6e0e4d4909f854364dfb3fa8ec8cc (patch)
treec80abeb4f24809c03dab74df7650c7d122a766aa
parent5fb8eefacd4cdda3b63ee69487a313ed9b3ee300 (diff)
downloadhdf5-a429d0c4b3f6e0e4d4909f854364dfb3fa8ec8cc.zip
hdf5-a429d0c4b3f6e0e4d4909f854364dfb3fa8ec8cc.tar.gz
hdf5-a429d0c4b3f6e0e4d4909f854364dfb3fa8ec8cc.tar.bz2
[svn-r14528] Maintenance: Made a first attempt to clean up the file for the 1.8.0 release.
-rw-r--r--release_docs/INSTALL14
1 files changed, 7 insertions, 7 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index 1444bf2..540259b 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -118,8 +118,8 @@ WARNING: This file was not updated for the 1.8.0-beta* releases. If you have any
used to configure, build, test, and install the HDF5 library,
header files, and support programs.
- $ gunzip < hdf5-1.6.0.tar.gz | tar xf -
- $ cd hdf5-1.6.0
+ $ gunzip < hdf5-1.8.0.tar.gz | tar xf -
+ $ cd hdf5-1.8.0
$ make check
$ make install
@@ -162,23 +162,23 @@ WARNING: This file was not updated for the 1.8.0-beta* releases. If you have any
5.1. Unpacking the distribution
The HDF5 source code is distributed in a variety of formats which
can be unpacked with the following commands, each of which
- creates an `hdf5-1.6.0' directory.
+ creates an `hdf5-1.8.0' directory.
5.1.1. Non-compressed tar archive (*.tar)
- $ tar xf hdf5-1.6.0.tar
+ $ tar xf hdf5-1.8.0.tar
5.1.2. Compressed tar archive (*.tar.Z)
- $ uncompress -c < hdf5-1.6.0.tar.Z | tar xf -
+ $ uncompress -c < hdf5-1.8.0.tar.Z | tar xf -
5.1.3. Gzip'd tar archive (*.tar.gz)
- $ gunzip < hdf5-1.6.0.tar.gz | tar xf -
+ $ gunzip < hdf5-1.8.0.tar.gz | tar xf -
5.1.4. Bzip'd tar archive (*.tar.bz2)
- $ bunzip2 < hdf5-1.6.0.tar.bz2 | tar xf -
+ $ bunzip2 < hdf5-1.8.0.tar.bz2 | tar xf -
5.2. Source vs. Build Directories
On most systems the build can occur in a directory other than the