commit | d38b8ffc4ee5324cf7865f31b2492a5f95e928eb | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Aug 23 19:13:40 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Aug 23 19:13:40 2018 -0700 |
tree | 5678ff4438ea95a61863c846dc75e9904df66b35 | |
parent | cf1f4f97855c0ef44fc7d7118faaea2d0a9de946 [diff] |
configure: Fix accidentally used tabs
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