Today I tried compile Zrythm, a application for make music. I download the last release from official repository.
Then I install all dependencies (here the list) for F36. In the INSTALL.rst
file are the instructions but I can’t complete them.
When I configure the build directory with meson I disable one dependency because let me a error (carla-host-plugin
):
meson setup build -Dcarla=disabled
Then I follow the instructions but nothing happens.
meson configure build
meson compile -C build
I can’t understand what is the problem, maybe someone can complete the process.