Raspberry Pi Peripheral Library 4
A convenience script to configure and build the project (including examples) is provided at the repository root: build.sh.
Common options:
-b DIR: build directory (defaultbuild)-t TYPE: CMake build typeReleaseorDebug(defaultRelease)-j N: parallel jobs (autodetected by default)-e 0|1: build examples (default1)-l LVL: RPL4 log level (DEBUG, INFO, WARNING, ERROR, FATAL, OFF) (default OFF)