forked from HDFGroup/hdf5
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
H. Joe Lee edited this page Mar 18, 2021
·
9 revisions
Welcome to the hdf5 wiki!
- 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 .
- ctest -C Debug -VV