xref: /openbmc/phosphor-net-ipmid/README.md (revision 02d13a26)
1## To Build
2
3```
4To build this package, do the following steps:
5
6    1. ./bootstrap.sh
7    2. ./configure ${CONFIGURE_FLAGS}
8    3. make
9
10To clean the repository run `./bootstrap.sh clean`.
11```
12