An open API service indexing awesome lists of open source software.

https://github.com/openbmc/openpower-debug-collector


https://github.com/openbmc/openpower-debug-collector

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# openpower-debug-collector

## Building the Code

```text
To build this package, do the following steps:

1. meson build
2. ninja -C build

To clean the repository run `rm -rf build`.
```