diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-09-04 20:46:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-09-04 20:46:30 (GMT) |
commit | 02f12f4602667c51909fdeda547b65ee71886bd3 (patch) | |
tree | 1891e1a88f502d947cbf3dc9ae8aa2fdde8c085c /config | |
parent | d95bdaa2ef4ad0faaac4462d77b70f1c6dbdd27b (diff) | |
download | hdf5-02f12f4602667c51909fdeda547b65ee71886bd3.zip hdf5-02f12f4602667c51909fdeda547b65ee71886bd3.tar.gz hdf5-02f12f4602667c51909fdeda547b65ee71886bd3.tar.bz2 |
Add zlib and szip pages
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/README.txt.cmake.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/cmake/README.txt.cmake.in b/config/cmake/README.txt.cmake.in index 3afebc2..f621515 100644 --- a/config/cmake/README.txt.cmake.in +++ b/config/cmake/README.txt.cmake.in @@ -17,6 +17,18 @@ The contents of this directory are: README.txt - This file @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ - HDF5 Install Package +This binary was built with the ZLIB and SZIP/Libaec external libraries and are +included for convenience. Libaec is an unrestricted open-source replacement for SZIP +(version 1.0.4, Encoder ENABLED). + +The official ZLIB and SZIP/Libaec pages are at: + + ZLIB: https://git.savannah.gnu.org/cgit/gzip.git/ + https://git.savannah.gnu.org/cgit/gzip.git/tree/COPYING + SZIP/Libaec: https://gitlab.dkrz.de/k202009/libaec + https://gitlab.dkrz.de/k202009/libaec/-/blob/master/Copyright.txt + + Installation =========================================================================== 1. Execute @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ |