The building script does not check for some dependencies, which results in errors during the linking step.
At least on Arch Linux, those dependencies are hdf5, vtk and fmt.
Could it be possible to add those dependencies to the CMake script or at least add a note on the README? Thanks
The building script does not check for some dependencies, which results in errors during the linking step. At least on Arch Linux, those dependencies are
hdf5
,vtk
andfmt
.Could it be possible to add those dependencies to the CMake script or at least add a note on the README? Thanks