summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-07-16 19:48:46 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-07-16 19:48:46 (GMT)
commite951147bc69c8e1138b8e1e399b01dddc2337fc9 (patch)
tree5dcb5bcec1cef635ba1157da344ac3f90d88f9be
parentb79fbdaad8329cc66ba1e718b370555f8b87739c (diff)
downloadhdf5-e951147bc69c8e1138b8e1e399b01dddc2337fc9.zip
hdf5-e951147bc69c8e1138b8e1e399b01dddc2337fc9.tar.gz
hdf5-e951147bc69c8e1138b8e1e399b01dddc2337fc9.tar.bz2
[svn-r4215]
Description: Changed the version mentioned in here from 1.4.0 to 1.4.2 (and in at least one place from 1.2.0 to 1.4.2) Platforms tested: Babbage Difference Engine
-rw-r--r--release_docs/INSTALL30
1 files changed, 15 insertions, 15 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index 20ce060..1c98dd8 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -105,8 +105,8 @@
used to configure, build, test, and install the HDF5 library,
header files, and support programs.
- $ gunzip < hdf5-1.4.0.tar.gz | tar xf -
- $ cd hdf5-1.4.0
+ $ gunzip < hdf5-1.4.2.tar.gz | tar xf -
+ $ cd hdf5-1.4.2
$ make check
$ make install
@@ -142,23 +142,23 @@
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.2.0' directory.
+ creates an `hdf5-1.4.2' directory.
5.1.1. Non-compressed tar archive (*.tar)
- $ tar xf hdf5-1.4.0.tar
+ $ tar xf hdf5-1.4.2.tar
5.1.2. Compressed tar archive (*.tar.Z)
- $ uncompress -c < hdf5-1.4.0.tar.Z | tar xf -
+ $ uncompress -c < hdf5-1.4.2.tar.Z | tar xf -
5.1.3. Gzip'd tar archive (*.tar.gz)
- $ gunzip < hdf5-1.4.0.tar.gz | tar xf -
+ $ gunzip < hdf5-1.4.2.tar.gz | tar xf -
5.1.4. Bzip'd tar archive (*.tar.bz2)
- $ bunzip2 < hdf5-1.2.0.tar.bz2 | tar xf -
+ $ bunzip2 < hdf5-1.4.2.tar.bz2 | tar xf -
5.2. Source vs. Build Directories
On most systems the build can occur in a directory other than the
@@ -175,14 +175,14 @@
pages say about VPATH, which is the facility used by HDF5
makefiles for this feature:
- The VPATH facility is a derivation of the undocumented VPATH
- feature in the System V Release 3 version of make. System V
- Release 4 has a new VPATH implementation, much like the
- pmake(1) .PATH feature. This new feature is also undocumented
- in the standard System V Release 4 manual pages. For this
- reason it is not available in the IRIX version of make. The
- VPATH facility should not be used with the new parallel make
- option.
+ The VPATH facility is a derivation of the undocumented VPATH
+ feature in the System V Release 3 version of make. System V
+ Release 4 has a new VPATH implementation, much like the
+ pmake(1) .PATH feature. This new feature is also undocumented
+ in the standard System V Release 4 manual pages. For this
+ reason it is not available in the IRIX version of make. The
+ VPATH facility should not be used with the new parallel make
+ option.
5.3. Configuring
HDF5 uses the GNU autoconf system for configuration, which