1@HDF5_PACKAGE_NAME@ version @HDF5_PACKAGE_VERSION_STRING@
2------------------------------------------------------------------------------
3
4This directory contains the binary (release) distribution of
5@HDF5_PACKAGE_NAME@ @HDF5_PACKAGE_VERSION_MAJOR@ that was compiled on;
6    @BINARY_PLATFORM@.
7
8It was built with the following options:
9    -- @LIB_TYPE@ C/C++/Fortran libraries
10    -- SZIP (encoder enabled) and ZLIB
11    -- @LIB_TYPE@ HDF5 tools
12
13The contents of this directory are:
14
15    COPYING                 - Copyright notice
16    README.txt              - This file
17    @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@    - HDF5 Install Package
18
19Installation
20===========================================================================
211. Execute @HDF5_PACKAGE_NAME@-@HDF5_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@
222. Follow prompts
23===========================================================================
24
25After Installation
26===========================================================================
27The compressed examples file HDF5Examples-0.1.1-Source.@BINARY_EXAMPLE_ENDING@, located in the
28HDF5 install folder, can be built and tested with CMake and the supplied
29HDF518_Examples.cmake file. The HDF518_Examples.cmake expects HDF5 to have
30been installed in the default location with above compilers.
31
32To test the installation with the examples;
33    Create a directory to run the examples.
34    Copy HDF5Examples-0.1.1-Source.@BINARY_EXAMPLE_ENDING@ to this directory, do NOT unzip.
35    Copy HDF518_Examples.cmake to this directory.
36    Edit HDF518_Examples.cmake line 8 to set INSTALLDIR to where HDF5 is installed.
37    Execute from this directory:
38        ctest -S HDF518_Examples.cmake,HDF5Examples-0.1.1-Source -C Release -O test.log
39
40When executed, the ctest script will save the results to the log file, test.log, as
41indicated by the ctest command. If you wish the to see more build and test information,
42add "-VV" to the ctest command.
43
44For more information see USING_CMake_Examples.txt in the install folder.
45===========================================================================
46
47Documentation for this release can be found at the following URL:
48    http://www.hdfgroup.org/HDF5/doc/.
49
50See the HDF5 home page for further details:
51    http://hdfgroup.org/HDF5/
52
53Bugs should be reported to help@hdfgroup.org.
54