summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>1998-09-01 13:02:15 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>1998-09-01 13:02:15 (GMT)
commite145787beb506bf0c2d7f5ad886e6c3b6ab775b5 (patch)
tree9f56c04a21b5a1a2d2a4dc60c32b0bb594acf779
parent96c626d42fb2fa5a4e619b7cd9a6d7e67c30488b (diff)
downloadhdf5-e145787beb506bf0c2d7f5ad886e6c3b6ab775b5.zip
hdf5-e145787beb506bf0c2d7f5ad886e6c3b6ab775b5.tar.gz
hdf5-e145787beb506bf0c2d7f5ad886e6c3b6ab775b5.tar.bz2
[svn-r643] INSTALL : Section "for those who do not like to read" has been edited.
MANIFEST: New example files have been added.
-rw-r--r--INSTALL8
-rw-r--r--MANIFEST2
2 files changed, 9 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 16c364a..650c24d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,7 +9,13 @@ can do the following:
$ tar xf hdf5-1.0.0a.tar
$ cd hdf5-1.0.0a
- $ make test
+
+ $ sh configure
+ $ make # Builds library and tools
+ $ make test # Builds and runs confidence tests.
+ # NOTE: if fails, run the
+ # command in the test directory
+
$ make install # Optional
Note:
diff --git a/MANIFEST b/MANIFEST
index 8d01a84..086816b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -152,6 +152,8 @@
./examples/h5_group.c
./examples/h5_read.c
./examples/h5_write.c
+./examples/h5_select.c
+./examples/h5_attribute.c
./src/.distdep
./src/.indent.pro
./src/H5.c