commit | 85aa7605e8f3c548004a48c5dfd588d6dd6ef8ae | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Jul 23 15:04:55 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Jul 23 15:04:55 2018 -0700 |
tree | c157d972dbb560ed6c92c79a8b2c75952e2252ce | |
parent | 16cf1b6cf6afd1576d14dfeec1a96efc94dfa4ce [diff] |
internal: More doc clarification
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