1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
@H5BLOSC_PACKAGE_NAME@ version @H5BLOSC_PACKAGE_VERSION_STRING@
------------------------------------------------------------------------------
This directory contains the binary (release) distribution of
@H5BLOSC_PACKAGE_NAME@-@H5BLOSC_PACKAGE_VERSION_MAJOR@ that was compiled on;
@BINARY_PLATFORM@.
It was built with the following options:
-- @LIB_TYPE@ C libraries
-- @LIB_TYPE@ H5BLOSC tools
-- BLOSC @BLOSC_VERSION_STRING@
-- @H5_LIB_TYPE@ HDF5 @HDF5_VERSION_STRING@
The contents of this directory are:
COPYING - Copyright notice
README.txt - This file
@H5BLOSC_PACKAGE_NAME@-@H5BLOSC_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ - H5BLOSC Install Utility
Installation
===========================================================================
On linux, the installer should be executed in the location to install the plugin.
1. Execute @H5BLOSC_PACKAGE_NAME@-@H5BLOSC_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@
2. Follow prompts
===========================================================================
After Installation
===========================================================================
You must supply the location of the plugins by setting the HDF5_PLUGIN_PATH
environment variable. Also, h5dump will need the location of the
hdf5 libraries.
In addition, CMake options "BUILD_EXAMPLES" and "BUILD_TESTING" must
be set "ON" in order to build the example and run the tests.
Example:
set(ENV{HDF5_DIR} "/temp/hdf5/share/cmake/hdf5")
set(ENV{LD_LIBRARY_PATH} "/temp/hdf5/lib")
set(ADD_BUILD_OPTIONS "-DBUILD_EXAMPLES:BOOL=ON -DBUILD_TESTING:BOOL=ON")
===========================================================================
Documentation for this release can be found at the following URL:
http://www.hdfgroup.org/doc.html
Bugs should be reported to help@hdfgroup.org.
|