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