https://github.com/openbmc/openpower-debug-collector
https://github.com/openbmc/openpower-debug-collector
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/openbmc/openpower-debug-collector
- Owner: openbmc
- License: apache-2.0
- Created: 2017-04-21T10:46:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T16:12:58.000Z (over 1 year ago)
- Last Synced: 2025-03-22T04:02:00.335Z (over 1 year ago)
- Language: C++
- Size: 1.91 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.
```