Building Patchage for 64 bit Raspberry Pi - riban-bw/blog GitHub Wiki

Patchage is a graphical JACK & ALSA routing application. It is not currently available in the Raspberry Pi OS repositories so here are my steps to compile.

git clone https://gitlab.com/drobilla/patchage.git
cd patchage
sudo apt install meson libglibmm-2.4-dev libgtkmm-2.4-dev libganv-dev libdbus-glib-1-dev 
meson setup build
cd build
meson configure
meson compile
meson install