You will need meson and ninja as well as all the dependencies of the Valum framework installed in order to build the application.
mkdir build && cd build
meson ..
ninja
The resulting binary is ready to be launched!
./app
For more horsepower, set the --forks
flag to run multiple forks of the
example.
./app --forks=$(nproc --ignore=1)
For more details about supported options, set the --help
flag.
./app --help