xref: /openbmc/phosphor-networkd/README.md (revision 0a01b2a9)
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