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