xref: /openbmc/ibm-logging/README.md (revision 2b14012d021f32107ebef87fb1e929327f5aea90)
1Provides IBM specific error logging functionality.
2
3## To Build
4
5```
6To build this package, do the following steps:
7
8    1. ./bootstrap.sh
9    2. ./configure ${CONFIGURE_FLAGS}
10    3. make
11
12To clean the repository run `./bootstrap.sh clean`.
13```
14