diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-06 14:57:15 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-06 14:57:15 (GMT) |
commit | 76f58c375f2feaaa58dbf7623827a09072d6a204 (patch) | |
tree | 2b2e1f5e70aa8208e75e34edd5077ca0b1cfa939 /release_docs | |
parent | d8723ac1178a69c4dff7164203d999d61c2159bb (diff) | |
parent | 1c3ba3721718c8089da65fae02f65068d8530fa7 (diff) | |
download | hdf5-76f58c375f2feaaa58dbf7623827a09072d6a204.zip hdf5-76f58c375f2feaaa58dbf7623827a09072d6a204.tar.gz hdf5-76f58c375f2feaaa58dbf7623827a09072d6a204.tar.bz2 |
Merge pull request #921 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '1c3ba3721718c8089da65fae02f65068d8530fa7':
HDFFV-10292 Windows drive letters cause issues in paths
HDFFV-10414 restore Ctl char - do we really need these anymore
HDFFV-10414 change minor error_number
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index f54ca4b..923bba3 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -165,8 +165,9 @@ To build HDF5 with the SZIP and ZLIB external libraries you will need to: III. Quick Step Building HDF5 C Static Libraries and Tools with CMake ======================================================================== Notes: This short set of instructions is written for users who want to - quickly build the just the HDF5 C static library and tools from + quickly build just the HDF5 C static library and tools from the HDF5 source code package using the CMake command line tools. + Avoid the use of drive letters in paths on Windows. Go through these steps: |