@HDF4_PACKAGE_NAME@ version @HDF4_PACKAGE_VERSION_STRING@ ------------------------------------------------------------------------------ This directory contains the binary (release) distribution of @HDF4_PACKAGE_NAME@-@HDF4_PACKAGE_VERSION_MAJOR@.@HDF4_PACKAGE_VERSION_MINOR@ that was compiled on; @BINARY_PLATFORM@. It was built with the following options: -- @LIB_TYPE@ C/Fortran libraries -- SZIP (encoder enabled), ZLIB, and JPEG -- @LIB_TYPE@ HDF4 tools -- Java The contents of this directory are: COPYING - Copyright notice README.txt - This file @HDF4_PACKAGE_NAME@-@HDF4_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ - HDF4 Install Utility We provide the JPEG, ZLIB, SZIP libraries within the installation package for convenience. Installation =========================================================================== 1. Execute @HDF4_PACKAGE_NAME@-@HDF4_PACKAGE_VERSION@-@BINARY_SYSTEM_NAME@.@BINARY_INSTALL_ENDING@ 2. Follow prompts =========================================================================== After Installation =========================================================================== The examples folder, HDF4Examples, located in the HDF4 install folder, can be built and tested with CMake and the supplied HDF4_Examples.cmake file. The HDF4_Examples.cmake expects HDF4 to have been installed in the default location with above compilers. Also, the CMake utility should be installed. To test the installation with the examples; Create a directory to run the examples. Copy HDF4Examples folder to this directory. Copy CTestScript.cmake to this directory. Copy HDF4_Examples.cmake to this directory. Copy HDF4_Examples_options.cmake to this directory. The default source folder is defined as "HDF4Examples". It can be changed with the CTEST_SOURCE_NAME script option. The default installation folder is defined as "@CMAKE_INSTALL_PREFIX@". It can be changed with the INSTALLDIR script option. The default ctest configuration is defined as "Release". It can be changed with the CTEST_CONFIGURATION_TYPE script option. Note that this must be the same as the value used with the -C command line option. The default build configuration is defined to build and use static libraries. Shared libraries can be used with the STATICONLYLIBRARIES script option set to "NO". Other options can be changed by editing the HDF4_Examples_options.cmake file. If the defaults are okay, execute from this directory: ctest -S HDF4_Examples.cmake -C Release -V -O test.log If the defaults need change, execute from this directory: ctest -S HDF4_Examples.cmake,CTEST_SOURCE_NAME=MyExamples,INSTALLDIR=MyLocation -C Release -V -O test.log When executed, the ctest script will save the results to the log file, test.log, as indicated by the ctest command. If you wish the to see more build and test information, add "-VV" to the ctest command. The output should show near the end; 100% tests passed, 0 tests failed out of 49. For more information see USING_CMake_Examples.txt in the install folder. =========================================================================== Documentation for this release can be found at the following URL: https://portal.hdfgroup.org/display/support Bugs should be reported to help@hdfgroup.org.