commit | 3a27d32b33f6f5d3ead59eae1eb5cce1869cf3b4 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Tue Jul 30 11:40:40 2024 +0800 |
committer | William A. Kennington III <wak@google.com> | Mon Mar 10 19:23:27 2025 +0000 |
tree | 9239b2d08162c2916a5eeaf2990d3d8b20e49b1e | |
parent | 1d010e59410eeb718ed1269562ef06cde69aa5e6 [diff] |
README.md: Fix MD040 warnings The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] ``` Refer to markdown-lint [1] to fix MD040 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/040-fenced-code-language.md Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I699248975a3ebf01436031d0a865f2b70a575720
gpioplus is a c++ wrapper around the linux gpio ioctl interface. It aims to provide c++ ergonomics to the usage.
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