xref: /openbmc/openpower-debug-collector/README.md (revision ac291d44b3822d6c9359f0397d7d4084b0954bd9)
1# openpower-debug-collector
2
3## Building the Code
4
5```text
6To build this package, do the following steps:
7
8    1. meson build
9    2. ninja -C build
10
11To clean the repository run `rm -rf build`.
12```
13