diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-07-14 16:12:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 16:12:01 (GMT) |
commit | 9ec773bb18b8e7ddce5e347577329fcc8f7a73a9 (patch) | |
tree | 16ab7941e5041660c1071b8923baf061c005f7d9 /release_docs/README_HDF5_CMake | |
parent | 21c6bb38e6cf0776dbdc37841280dffd6ca79990 (diff) | |
download | hdf5-9ec773bb18b8e7ddce5e347577329fcc8f7a73a9.zip hdf5-9ec773bb18b8e7ddce5e347577329fcc8f7a73a9.tar.gz hdf5-9ec773bb18b8e7ddce5e347577329fcc8f7a73a9.tar.bz2 |
Changes to docs for using plugins (#814)
* Changes to docs for using plugins
* VS2019 corrections
* Fix typo
Diffstat (limited to 'release_docs/README_HDF5_CMake')
-rw-r--r-- | release_docs/README_HDF5_CMake | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/release_docs/README_HDF5_CMake b/release_docs/README_HDF5_CMake index cf0ab6f..1242695 100644 --- a/release_docs/README_HDF5_CMake +++ b/release_docs/README_HDF5_CMake @@ -1,15 +1,16 @@ This tar file contains - build-unix.sh script to build HDF5 with CMake on unix machines - build-unix-hpc.sh script to build HDF5 with CMake on unix machines and run - tests with batch scripts (sbatch). + build-unix.sh script to build HDF5 with CMake on unix machines + build-unix-hpc.sh script to build HDF5 with CMake on unix machines and run + tests with batch scripts (sbatch). CTestScript.cmake - HDF5config.cmake CMake scripts for building HDF5 + HDF5config.cmake CMake scripts for building HDF5 HDF5options.cmake - hdf5-1.13.0 HDF5 1.13.0 source - LIBAEC.tar.gz source for building SZIP replacement - ZLib.tar.gz source for building ZLIB - hdf5_plugins.tar.gz source for building compression plugins + hdf5-1.13.0 HDF5 1.13.0 source + LIBAEC.tar.gz source for building SZIP replacement + ZLib.tar.gz source for building ZLIB + hdf5_plugins.tar.gz source for building compression plugins + HDF5Examples-1.14.2-Source.tar.gz source for building examples For more information about building HDF5 with CMake, see USING_HDF5_CMake.txt in hdf5-1.13.0/release_docs, or |