commit | eeef46978a092ed688d4930911ae9bebb95e5980 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Jul 23 16:33:58 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Jul 23 16:33:58 2018 -0700 |
tree | 88793ea61e73eeb2c7b8d6bcc3d43da221b65fd5 | |
parent | f16d9038f049a732aaa24001227762eabc95bae3 [diff] |
exception: Document header
sdeventplus is a c++ wrapper around the systemd sd_event apis meant to provide c++ ergonomics to their usage.
The sdeventplus library requires libsystemd for sd-event.
Test cases require google{test,mock}, valgrind, and lcov.
For a standard release build, you want something like:
./bootstrap.sh ./configure --disable-tests make make install
For a test / debug build, a typical configuration is
./bootstrap.sh ./configure --enable-tests --enable-coverage --enable-valgrind make make check make check-valgrind make check-code-coverage