commit | 55fd87c7e5dcbe33a1b68449cba64302da773b59 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 11:57:01 2024 +0530 |
committer | ManojKiran Eda <manojkiran.eda@gmail.com> | Tue Nov 19 05:49:15 2024 +0000 |
tree | 4621d8326944a8ec7e18db54bf8df4e868337b90 | |
parent | 18db9a3e47e7ebdedae5b698bfb1068366ff6824 [diff] |
Fix spelling mistakes using codespell This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool. [1]: https://github.com/codespell-project/codespell Change-Id: I3e2d96290ecbd47c19a1128cd7ac0246598b1245 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.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