commit | 546fa9337b8788c03d4f4892acc33c8601ce92f5 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jun 03 14:24:24 2020 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Jun 03 14:24:31 2020 -0700 |
tree | 0fc18ba26dddd6e25fbcb63ccad131ebf7a6a1d4 | |
parent | 220b5dabb8f83995b5cc487d945d810da1d151f5 [diff] |
src: Fix non-installed types.hpp Change-Id: Ib2d53f9fe1c99ea4e33877441a75a3dc9962b6ba Signed-off-by: William A. Kennington III <wak@google.com>
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