summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2008-01-31 16:43:10 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2008-01-31 16:43:10 (GMT)
commita9479e13dad07f9f8a436d5472326e44bed7bd3d (patch)
treeace7ad3a77563f4fabac21b761c2bbcd9d122f3c
parent06ec4552285fddfd039ec8420c66a810b0357d84 (diff)
downloadhdf5-a9479e13dad07f9f8a436d5472326e44bed7bd3d.zip
hdf5-a9479e13dad07f9f8a436d5472326e44bed7bd3d.tar.gz
hdf5-a9479e13dad07f9f8a436d5472326e44bed7bd3d.tar.bz2
[svn-r14475] Description:
Removed references to installing/testing the stream I/O driver. Added 'make check-install' to "Quick Install" discussion.
-rw-r--r--release_docs/INSTALL11
1 files changed, 3 insertions, 8 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index d00beec..e6e29b9 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -1,7 +1,6 @@
Instructions for the Installation of HDF5 Software
==================================================
- January 30, 2008
CONTENTS
--------
@@ -35,7 +34,6 @@
4.3.10. Disabling high-level C APIs
4.3.11. Threadsafe capability
4.3.12. Backward compatibility with HDF5 1.4* releases
- 4.3.13. Network stream capability
4.4. Building
4.5. Testing
4.6. Installing
@@ -76,6 +74,9 @@
$ make
$ make check
$ make install
+ $ make check-install
+
+ The last step above verifies your installation.
<configure_flags> above refers to the configure flags appropriate
to your installation. For example, to install HDF5 with the
@@ -433,12 +434,6 @@
application source code. This flag will only be supported in the
v1.6 branch of the library; it will not be available in v1.8+.
-4.3.13. Network stream capability
- By default, the HDF5 Library is configured with a network stream file
- driver. See the documentation on the Virtual File Layer for more
- details about the use of this driver. Use the '--disable-stream-vfd'
- configuration flag to turn it OFF.
-
4.4. Building
The library, confidence tests, and programs can be built by
saying just: