commit | afe64c8c9fd430d60a57830c1571e1d04f63f814 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Sat Oct 23 20:42:18 2021 +0530 |
committer | William A. Kennington III <wak@google.com> | Mon Oct 25 09:04:24 2021 +0000 |
tree | 3c7f98ed0bb5ec64791fc63f34263490f277a155 | |
parent | 7cc1ec9f5eea5ba8685959b0f8b93630bfa62023 [diff] |
Add OWNERS file Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I9cb969068a8ad112f5f43e714cfbce6c5f70b400
sdeventplus is a c++ wrapper around the systemd sd_event apis meant to provide c++ ergonomics to their usage.
The sdeventplus library requires a libsystemd development package on the system for sd-event.
For a standard release build, you want something like:
meson setup -Dexamples=false -Dtests=disabled builddir ninja -C builddir ninja -C builddir install
For a test / debug build, a typical configuration is
meson setup -Dtests=enabled builddir meson test -C builddir