xref: /openbmc/phosphor-objmgr/README.md (revision 1e94e60b)
1# The Mapper
2This repository contains the mapper, which assists in finding things on D-Bus.
3There is documentation about it [here][1].
4
5## Prerequisites
6Non-OpenBMC build dependencies are:
7 - meson/ninja
8 - boost
9 - libsystemd
10 - systemd
11 - tinyxml2
12
13## Build
14`meson build && ninja -C build`
15
16## Run Unit Tests
17`meson build && ninja -C build test`
18
19## Clean the repository
20`rm -rf build`
21
22[1]: https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md
23