commit | 64fe7174a1a14a32635bf5c19391703c4d081556 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 30 16:36:54 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 30 16:36:54 2022 -0500 |
tree | afc04ed1d04205e66f36cf5c4267822d2bdf2db3 | |
parent | 8944f2e24ad8152793af010906faf06607f0e04b [diff] |
MAINTAINERS: remove file The MAINTAINERS file is deprecated in favor of OWNERS. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ibdcc48ebcdceba494ec2b9aa293b7745526dd604
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