xref: /openbmc/inarp/README.md (revision 2af0b2d9)
1*2af0b2d9SMatthew Barth## To Build
2*2af0b2d9SMatthew Barth```
3*2af0b2d9SMatthew BarthTo build this package, do the following steps:
4*2af0b2d9SMatthew Barth
5*2af0b2d9SMatthew Barth    1. ./bootstrap.sh
6*2af0b2d9SMatthew Barth    2. ./configure ${CONFIGURE_FLAGS}
7*2af0b2d9SMatthew Barth    3. make
8*2af0b2d9SMatthew Barth
9*2af0b2d9SMatthew BarthTo full clean the repository again run `./bootstrap.sh clean`.
10*2af0b2d9SMatthew Barth```
11