diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-05 18:43:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-05 18:43:51 (GMT) |
commit | 8ae5f6804186e3121dfe933d6bf9c9044f8ae9d6 (patch) | |
tree | 85bf8db80f251b3f7d853336b2714562706be3c3 /release_docs | |
parent | 58094b4f808e7a00d533f7b19a3fafb744ef6d77 (diff) | |
download | hdf5-8ae5f6804186e3121dfe933d6bf9c9044f8ae9d6.zip hdf5-8ae5f6804186e3121dfe933d6bf9c9044f8ae9d6.tar.gz hdf5-8ae5f6804186e3121dfe933d6bf9c9044f8ae9d6.tar.bz2 |
HDFFV-10292 Windows drive letters cause issues in paths
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: |