xref: /openbmc/phosphor-power/README.md (revision d7b7c6ae)
1Code for detecting and analyzing power faults on Witherspoon.
2
3## To Build
4```
5To build this package, do the following steps:
6
7    1. ./bootstrap.sh
8    2. ./configure ${CONFIGURE_FLAGS}
9    3. make
10
11To full clean the repository again run `./bootstrap.sh clean`.
12```
13