summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-09-20 14:30:06 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-09-20 14:30:06 (GMT)
commit52b811cc98d2dd726a90ce0875f4d971fff72e17 (patch)
tree01bb358768e31208d99821eba87f265308a36811 /release_docs/INSTALL
parentdca5ad5754071a785c1977c0252e49b7ff3f4721 (diff)
downloadhdf5-52b811cc98d2dd726a90ce0875f4d971fff72e17.zip
hdf5-52b811cc98d2dd726a90ce0875f4d971fff72e17.tar.gz
hdf5-52b811cc98d2dd726a90ce0875f4d971fff72e17.tar.bz2
[svn-r11444] Purpose:
Updated release notes Description: Mentioned that shared C++ and Fortran libraries are supported in INSTALL and RELEASE.txt. Platforms tested: documentation change only
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r--release_docs/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index 310d45a..136347c 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -400,8 +400,8 @@
$ ./configure --disable-shared
- The C++ and Fortran libraries are currently only available in the
- static format.
+ Shared C++ and Fortran libraries will be built if shared libraries
+ are enabled.
To build only statically linked executables on platforms which
support shared libraries, use the `--enable-static-exec' flag.