tree: 83209ab11c2a6bb9c29d4ec197895a32703a5b49 [path history] [tgz]
  1. fail-monitor/
  2. libmapper/
  3. obmc/
  4. .clang-format
  5. .gitignore
  6. bootstrap.sh
  7. configure.ac
  8. LICENSE
  9. Makefile.am
  10. phosphor-mapper
  11. README.md
  12. setup.cfg
  13. setup.py.in
README.md

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`.