summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 7 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: