xref: /openbmc/phosphor-objmgr/README.md (revision 167e2379abb36d8c813fed0ee1da3b79715d477a)
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 clean the repository run `./bootstrap.sh clean`.
10```
11