diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-07-31 14:28:17 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-07-31 14:28:17 (GMT) |
commit | b8945eac22af04537ee3794b3bd518d261eb644a (patch) | |
tree | b86dd74280af55c271a3d92094ddaf7e0a649c86 | |
parent | 496372dc18b6cf649c3eb158fefd8ef4d83c2355 (diff) | |
download | hdf5-b8945eac22af04537ee3794b3bd518d261eb644a.zip hdf5-b8945eac22af04537ee3794b3bd518d261eb644a.tar.gz hdf5-b8945eac22af04537ee3794b3bd518d261eb644a.tar.bz2 |
HDFFV-10508 spelling and grammer
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 2 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index 0a697f8..708e713 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -645,7 +645,7 @@ endif () NOTE: The BUILD_STATIC_EXECS ("Build Static Executables") option is only valid - on some unix operating system. It adds the "-static" flag to cflags. This + on some unix operating systems. It adds the "-static" flag to cflags. This flag is not available on windows and some modern linux systems will ignore the flag. diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index bbef7f9..34cb212 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -536,13 +536,12 @@ the include folder. The lib folder contains the library files, and CMake adds the pkgconfig subfolder with the hdf5*.pc files used by the bin/build scripts created by -the CMake build. CMake uses links to the main library file, while autotools -builds copies library files. In addition, because CMake creates the tools +the CMake build. In addition, because CMake creates the tools library and the C-stub libraries for the Fortran libraries, these libraries -are present only for CMake builds. The names of the szip libaries are different +are present only for CMake builds. The names of the szip libraries are different between the build systems. The share folder will have the most differences because CMake builds include -a number of CMake specific files for support of CMakes find_package and support +a number of CMake specific files for support of CMake's find_package and support for the HDF5 Examples CMake project. |