commit | 3f49f01e3da03c41c0b53b55c8d53afff96190a6 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Apr 16 13:53:27 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 16 13:53:41 2021 -0700 |
tree | fe322f4e10ac7f8795fa4bc8f3f54f15518de20d | |
parent | e0ca47cdca132ba628f03acbed9231ce31fe7586 [diff] |
meson: Update minimum version to 0.57.0 Required for c++20 suppport. Change-Id: Ida3bdf9615505f7fcc360f5dd246fda5066d6ba5 Signed-off-by: William A. Kennington III <wak@google.com>
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