summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 0d75b40b380695b2032953bfacee1b12f94ad7ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# phosphor-debug-collector
Phosphor Debug Collector provides mechanisms to collect various log files and
system parameters. Used to troubleshoot problems in OpenBMC based systems.

## To Build
```
To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.
```
OpenPOWER on IntegriCloud