Merge pull request #2412 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop

* commit '6686cac564f5d0015a32b92e4478002069c973ee':
  Add java version and reference libsettings
This commit is contained in:
Allen Byrne 2020-02-27 14:55:48 -06:00
commit a8755bfe2b

View File

@ -9,7 +9,7 @@ It was built with the following options:
-- @LIB_TYPE@ C/C++/Fortran libraries -- @LIB_TYPE@ C/C++/Fortran libraries
-- SZIP (encoder enabled) and ZLIB -- SZIP (encoder enabled) and ZLIB
-- @LIB_TYPE@ HDF5 tools -- @LIB_TYPE@ HDF5 tools
-- Java -- Java @Java_VERSION@
The contents of this directory are: The contents of this directory are:
@ -28,7 +28,8 @@ After Installation
The examples folder, HDF5Examples, located in the The examples folder, HDF5Examples, located in the
HDF5 install folder, can be built and tested with CMake and the supplied HDF5 install folder, can be built and tested with CMake and the supplied
HDF5_Examples.cmake file. The HDF5_Examples.cmake expects HDF5 to have HDF5_Examples.cmake file. The HDF5_Examples.cmake expects HDF5 to have
been installed in the default location with above compilers. Also, the CMake been installed in the default location with above compilers (see the
libhdf5.settings file in the lib install folder). Also, the CMake
utility should be installed. utility should be installed.
To test the installation with the examples; To test the installation with the examples;