diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-09-28 14:41:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-09-28 14:41:43 (GMT) |
commit | 088014bef4216eede409d103876a9fd3efadd358 (patch) | |
tree | add2bf906dec7285d26dbe2e2107ec07d2f685da /release_docs/RELEASE.txt | |
parent | e7fbeb2e8cbca57093e18004b24689fbd508152a (diff) | |
download | hdf5-088014bef4216eede409d103876a9fd3efadd358.zip hdf5-088014bef4216eede409d103876a9fd3efadd358.tar.gz hdf5-088014bef4216eede409d103876a9fd3efadd358.tar.bz2 |
More info for building plugins with library
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4b68c6c..1c5d96d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -52,9 +52,15 @@ New Features The HDF filter plugins project is a collection of registered compression filters that can be dynamically loaded when needed to access data stored - in a hdf5 file. This CMake-only option allows the plugins to be distributed - with the hdf5 library and tools. Like the options for szip and zlib, either - a tgz file or a git repository can be specified for the source. + in a hdf5 file. This CMake-only option allows the plugins to be built and + distributed with the hdf5 library and tools. Like the options for szip and + zlib, either a tgz file or a git repository can be specified for the source. + + The necessary options are (see the INSTALL_CMake.txt file): + HDF5_ENABLE_PLUGIN_SUPPORT + PLUGIN_TGZ_NAME or PLUGIN_GIT_URL + There are more options necessary for various filters and the plugin project + documents should be referenced. (ADB - 2020/09/27, OESS-98) |