Skip to content

CMake and Doxygen

H. Joe Lee edited this page May 21, 2024 · 4 revisions

Build

  1. cmake -DHDF5_BUILD_DOC=ON ..
  2. make doxygen

Ninja

  1. cmake -G Ninja -DHDF5_BUILD_DOC=ON ..
  2. ninja doxygen

Check

  1. cd hdf5lib_docs/
  2. https://hyoklee.github.io/hdf5/develop/
Clone this wiki locally