Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 173 Bytes

build_with_meson.md

File metadata and controls

15 lines (11 loc) · 173 Bytes

Building h5cpp with meson

In the simplest case just use

$ meson setup builddir
$ cd builddir
$ ninja all

and to run the tests

$ ninja test