xref: /openbmc/phosphor-net-ipmid/README.md (revision a8477f2b)
1# phosphor-net-ipmid
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