diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-08 18:33:20 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-08 18:33:20 (GMT) |
commit | 28ee815050e97f563eeab009fdb1df6f859af784 (patch) | |
tree | ecd2aac82cb230e887368760c6bf8d92e599b8d1 /INSTALL | |
parent | dc08de60a62bfeecd3f35553f8bfc353053b0986 (diff) | |
download | hdf5-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-- | INSTALL | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |