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