An example application that runs on any supported Zephyr board.
First follow the Getting Started Guide from Zephyr documentation to get a working build environment.
# Prepare the workspace
mkdir -p ~/zephyrproject_libmpix
cd ~/zephyrproject_libmpix
# Clone the example and its dependencies
west init -m https://github.com/libmpix/libmpix_example_zephyr
west update
cd libmpix_example_zephyr
# Build the project, for instance on the native simulator
west build -b native_sim
# Run the example application with output on the console
west flash