1# phosphor-fan-presence 2Phosphor fan provides a set of fan monitoring and control applications. 3 4## To Build 5``` 6To build this package, do the following steps: 7 8 1. ./bootstrap.sh 9 2. ./configure ${CONFIGURE_FLAGS} 10 3. make 11 12To clean the repository run `./bootstrap.sh clean`. 13``` 14