Building requires meson and ninja.
If these are not available (or already shipped) via your OS package manager,
it is possible to install them using python3 -m pip install --user meson ninja.
The Makefile is acting as a thin wrapper around the usual meson commands:
make build: creates the local build directory, defaultbuildmake clean: removes the build directorymake,make compile: depends onbuildand compiles the librarymake local: reconfigures the build directory to install the librarypkg-configdefinitions into${HOME}/.localmake install: installs the librarymake uninstall: uninstalls the installed files defined in thebuilddirectory