commit | 56dc78ba6babe928a1364d1f217edab29a872497 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Mar 29 21:09:13 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Jun 03 15:57:25 2020 -0700 |
tree | 2b5cecb44e76ccb634bb4e86ba3ed39dab4c2890 | |
parent | 5320b1f5d7ed05faba9fcb0919792d55955ff7d1 [diff] |
source/*: Allow copies to be made Sources are now just reference holders so we can copy them freely. Change-Id: I263219de83341473c333a29cf651ae82428a208a 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