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 full clean the repository again run `./bootstrap.sh clean`. 10``` 11