Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

945B

--- INSTALL for Carla ---

To install Carla, simply run as usual:
$ make
$ [sudo] make install

You can run it without installing, by using instead:
$ make
$ python3 source/carla

Packagers can make use of the ‘PREFIX’ and ‘DESTDIR’ variable during install, like this:
$ make install PREFIX=/usr DESTDIR=./test-dir


===== BUILD DEPENDENCIES =====

The required build dependencies are: (devel packages of these)

  • liblo
  • Qt4/5
  • PyQt4/5 (python3 version)
  • X11 (Linux only)

Optional for extended LV2 UIs support:

  • Gtk2
  • Gtk3
  • Qt4
  • Qt5

Optional for extra samplers support:

  • FluidSynth
  • LinuxSampler

Optional for extra native plugins:

  • NTK
  • fftw3
  • mxml
  • zlib

Optional but recommended:

  • python3-rdflib (for LADSPA-RDF support)

You can use:
$ make features
To find out which dependencies are missing.