To install Carla, simply run as usual:
$ make
$ [sudo] make install
You can run it without installing, by using instead:
$ make
$ python3 source/carla.py
Packagers can make use of the ‘PREFIX’ and ‘DESTDIR’ variable during install, like this:
$ make install PREFIX=/usr DESTDIR=./test-dir
The required build dependencies are: (devel packages of these)
Optional for extended LV2 UIs support:
Optional for extra samplers support:
Optional for extra native plugins:
To run Carla-Control, you'll additionally need:
Optional but recommended:
You can use:
$ make features
To find out which dependencies are missing.