-
Notifications
You must be signed in to change notification settings - Fork 22
Description
@mannau @atheriel @kthr Hello,I have no experience about getting the HDF5 C++ API, and your turorial is brief that I could't really understand and finish it.
I can't open The HDF5 link that mannau/h5-libwin official website provided for windows users,so I downloaded hdf5-1.10.4 and configure successfully,and according to 3, I have to set these parameters manually.
But I only find * BUILD_STATIC_EXECS**: check HDF5_BUILD_CPP_LIB: check * HDF5_BUILD_HL_LIB: check * HDF5_ENABLE_ZLIB_SUPPORT: check ,and I couldn't fould * CMAKE_BUILD_TYPE: Release .*
Also,I don't know how to Set ZLIB, where I need to do (ZLIB_INCLUDE_DIR: C:/Rtools/mingw_64/x86_64-w64-mingw32/include
ZLIB_LIBRARY: C:/Rtools/mingw_64/x86_64-w64-mingw32/lib/libz.a).can you tell me in more detail?

