summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-12-08 18:33:20 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-12-08 18:33:20 (GMT)
commit28ee815050e97f563eeab009fdb1df6f859af784 (patch)
treeecd2aac82cb230e887368760c6bf8d92e599b8d1 /INSTALL
parentdc08de60a62bfeecd3f35553f8bfc353053b0986 (diff)
downloadhdf5-28ee815050e97f563eeab009fdb1df6f859af784.zip
hdf5-28ee815050e97f563eeab009fdb1df6f859af784.tar.gz
hdf5-28ee815050e97f563eeab009fdb1df6f859af784.tar.bz2
[svn-r3101] Purpose:
Updates and reformatting Description: Reformatting of RELEASE document. Updated some of the platforms in the INSTALL doc.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index a95286f..e8fb3a2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -102,7 +102,7 @@
used to configure, build, test, and install the HDF5 library,
header files, and support programs.
- $ gunzip <hdf5-1.2.0.tar.gz |tar xf -
+ $ gunzip < hdf5-1.2.0.tar.gz | tar xf -
$ cd hdf5-1.2.0
$ make check
$ make install
@@ -345,7 +345,10 @@
saying `--disable-static' or `--disable-shared'.
$ ./configure --disable-shared
-
+
+ The C++ and Fortran libraries are currently only available in the
+ static format.
+
To build only statically linked executables on platforms which
support shared libraries, use the `--enable-static-exec' flag.