[svn-r26894] Bring revisions #26459 - #26785 from trunk to revise_chunks.

h5committested.
This commit is contained in:
Vailin Choi
2015-04-22 17:31:12 -05:00
parent 65b3bc2a93
commit e0e28a7aae
272 changed files with 3677 additions and 8926 deletions

View File

@@ -24,15 +24,15 @@ Installation
After Installation
===========================================================================
The compressed examples file HDF5Examples-0.1.1-Source.@BINARY_EXAMPLE_ENDING@, located in the
The examples folder, HDF5Examples, located in the
HDF5 install folder, can be built and tested with CMake and the supplied
HDF518_Examples.cmake file. The HDF518_Examples.cmake expects HDF5 to have
been installed in the default location with above compilers. Also, CMake and 7Zip
utilities should be installed.
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 HDF5Examples-0.1.1-Source.@BINARY_EXAMPLE_ENDING@ to this directory, do NOT unzip.
Copy HDF5Examples folder to this directory.
Copy HDF518_Examples.cmake to this directory.
Edit HDF518_Examples.cmake line 8 to set INSTALLDIR to where HDF5 is installed.
(The default should be correct unless you installed into a different folder.)