Closed coderofsalvation closed 3 years ago
This needs carla installed as shared library, with its pkg-config on a place where pkg-config tool can find it. There is nothing that needs to be modified on the makefiles to get this to build.
If you already have carla installed, then it is just too old. This is a new project, so I am not bothering supporting old carla versions.
Thanks for commenting.
If you already have carla installed, then it is just too old.
As you can see in the terminal output, I've cloned the latest github master-branch (didn't compile it though).
I'm running the Carla
binary from the latest release @ https://kx.studio/Applications:Carla
This needs carla installed as shared library, with its pkg-config on a place where pkg-config tool can find it.
How does one do this? Do I need to install carla by adding some apt repository?
this depends on carla, so you need to install carla first.
Very interesting approach! Thx!
My attempt at compiling this:
Any pointers?