forked from HDFGroup/hdf5
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
H. Joe Lee edited this page Jun 13, 2023
·
9 revisions
Do not turn off HDF5_GENERATE_HEADERS
and HDF5_ENABLE_DEPRECATED_SYMBOLS
.
- Install Perl.
- Install CMake.
- Install Visual Studio C++.
- git clone https://github.com/hyoklee/hdf5.git
- cd hdf5
- mkdir build
- cd build
- cmake ..
- cmake --build . --config Release
- ctest -C Release -VV
- cmake -DCMAKE_INSTALL_PREFIX=/usr -P cmake_install.cmake