commit | 8944f2e24ad8152793af010906faf06607f0e04b | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Sat Oct 23 07:31:43 2021 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Sat Oct 23 07:32:16 2021 +0530 |
tree | 7be03284999dd1697e3f38763b33e854afab0107 | |
parent | 71e795a279f1d30b6aca2509dd80c9b072f15efa [diff] |
Add OWNERS file Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I5f7c6fc76e8682a7d597e6227d1f1df8fb353799
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