commit | 1b49b6f0cd51f474ecf29099d1cc80839a8f8ba5 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sat Mar 23 21:07:03 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Jun 03 15:57:26 2020 -0700 |
tree | 110c30662c1bf5d8e05313afd743ef6e3ce5d2b4 | |
parent | 43493b58f26b5ec90a14770ef63fae34130977d7 [diff] |
example/heartbeat: Demonstrate a floating source This adds a trivial example of a floating source. Change-Id: Iefc30e69ee306f431eb0f2a68bf8906f23218636 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