Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo yum install libcap libcap-devel hwloc hwloc-devel

If the unwind library is available, install that to get support for the crash log feature:

Code Block
sudo yum install libunwind libunwind-devel

 

When building from the Git source, you also need the autoconf / automake toolchain:

...