Skip to content
H. Joe Lee edited this page Mar 18, 2021 · 9 revisions

Welcome to the hdf5 wiki!

Install HDF5 from GitHub Repository

Windows

  1. Install Perl.
  2. Install CMake.
  3. Install Visual Studio C++.

Get source code

  1. git clone https://github.com/hyoklee/hdf5.git
  2. cd hdf5

Configure

  1. mkdir build
  2. cd build
  3. cmake ..

Build and Test

  1. cmake --build .
  2. ctest -C Debug -VV
Clone this wiki locally