xref: /openbmc/phosphor-net-ipmid/README.md (revision 916d8755)
1# phosphor-net-ipmid
2
3## To Build
4
5To build this package, do the following steps:
6
7```sh
81. ./bootstrap.sh
92. ./configure ${CONFIGURE_FLAGS}
103. make
11```
12
13To clean the repository run `./bootstrap.sh clean`.
14