You'll need the following dependencies:
Run meson to configure the build environment and then ninja to build
meson
ninja
meson build --prefix=/usr cd build ninja
To install, use ninja install
ninja install