diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-06-28 15:37:41 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-06-28 15:37:41 (GMT) |
commit | 1b6d1ca4f0d1d69df592ef3c0353d158dec81b00 (patch) | |
tree | 45d2e465d5eefc9f3f354f7ae72c2b17e3d6dc23 /release_docs/USING_CMake_Examples.txt | |
parent | a4dc3ff34d2dec4db339851df381b67970853f2a (diff) | |
download | hdf5-1b6d1ca4f0d1d69df592ef3c0353d158dec81b00.zip hdf5-1b6d1ca4f0d1d69df592ef3c0353d158dec81b00.tar.gz hdf5-1b6d1ca4f0d1d69df592ef3c0353d158dec81b00.tar.bz2 |
[svn-r23845] HDFFV-8394: Add Optional Examples source packaging option.
Tested: local linux
Diffstat (limited to 'release_docs/USING_CMake_Examples.txt')
-rw-r--r-- | release_docs/USING_CMake_Examples.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/USING_CMake_Examples.txt b/release_docs/USING_CMake_Examples.txt new file mode 100644 index 0000000..33c43a3 --- /dev/null +++ b/release_docs/USING_CMake_Examples.txt @@ -0,0 +1,12 @@ +The compressed examples file, located in the HDF5 install folder, +can be built and tested with CMake and the supplied +HDF518_Examples.cmake file. It is recommended that you copy those +two files to your development location before continuing. + +The command line to be used is shown at the top of the file. Also, +the location of the HDF5 installation should be verified and +changed if necessary. + +When executed, the ctest script will save the results to the log file +indicated by the ctest command. If you wish the to see more build +and test information, add "-VV" to the ctest command. |