Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openbmc/ibm-logging
https://github.com/openbmc/ibm-logging
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/openbmc/ibm-logging
- Owner: openbmc
- License: apache-2.0
- Created: 2018-03-26T17:59:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T21:22:37.000Z (over 1 year ago)
- Last Synced: 2023-08-05T11:21:27.987Z (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`.