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