Update README

Point to some mapper documentation I wrote awhile ago.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ib3f89d5f3991c75647c4b45855a12c2e0eb81607
1 file changed
tree: f0fb46f06c8e77ada5ca6c7b164eee03917e806e
  1. fail-monitor/
  2. libmapper/
  3. src/
  4. subprojects/
  5. .clang-format
  6. .gitignore
  7. LICENSE
  8. meson.build
  9. meson_options.txt
  10. OWNERS
  11. README.md
README.md

The Mapper

This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it here.

Prerequisites

Non-OpenBMC build dependencies are:

  • meson/ninja
  • boost
  • libsystemd
  • systemd
  • tinyxml2

Build

meson build && ninja -C build

Run Unit Tests

meson build && ninja -C build test

Clean the repository

rm -rf build