https://github.com/openbmc/ibm-logging
https://github.com/openbmc/ibm-logging
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/openbmc/ibm-logging
- Owner: openbmc
- License: apache-2.0
- Archived: true
- Created: 2018-03-26T17:59:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T13:59:34.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T20:53:09.873Z (over 1 year ago)
- Language: C++
- Size: 220 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ibm-logging
Provides IBM specific error logging functionality.
## To Build
To build this package, do the following steps:
1. `./bootstrap.sh`
2. `./configure ${CONFIGURE_FLAGS}`
3. `make`
To clean the repository run `./bootstrap.sh clean`.