1# phosphor-fan-presence
2Phosphor fan provides a set of fan monitoring and control applications.
3
4## To Build
5By default, YAML configuration file(s) are used at build time for each fan
6application. The location of the YAML configuration file(s) are provided at
7configure time to each application.
8
9To build this package using YAML, do the following steps:
10```
11    1. ./bootstrap.sh
12    2. ./configure ${CONFIGURE_FLAGS}
13    3. make
14```
15
16To enable the use of JSON configuration file(s) at runtime, provide the
17`--enable-json` flag at configure time.
18```
19    1. ./bootstrap.sh
20    2. ./configure ${CONFIGURE_FLAGS} --enable-json
21    3. make
22```
23*Note: The following fan applications support the use of a JSON configuration
24file.*
25* Fan presence detection(presence)
26
27To clean the repository run `./bootstrap.sh clean`.
28