commit | 9412219317e8949fd23f5c29e550a57611e0ad3d | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jun 03 13:44:05 2020 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Jun 03 13:44:27 2020 -0700 |
tree | 0a1c63773bbc9a75c45b06d2390e98e5d44c6945 | |
parent | 8c34c80b817c660fe33f7eb3e75bb0c2e8ddf479 [diff] |
README: Fix for meson instructions The old autotools instructions were left behind and needed to be updated to document how to build with meson. Change-Id: Ic0039e36709f89bb74fb0594203257ad97ddbafe 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