1# ipmi-fru-parser 2 3## To Build 4 5To build this package, do the following steps: 6 71. `./bootstrap.sh` 82. `./configure ${CONFIGURE_FLAGS}` 93. `make` 10 11To full clean the repository again run `./bootstrap.sh clean`. 12