Browse Source

Misc

tags/1.9.5
falkTX 10 years ago
parent
commit
1327d557e9
3 changed files with 4 additions and 15 deletions
  1. +4
    -10
      INSTALL.md
  2. +0
    -1
      source/Makefile.mk
  3. +0
    -4
      source/bridges-ui/qtcreator/carla-bridge-plugin.pro

+ 4
- 10
INSTALL.md View File

@@ -18,14 +18,16 @@ Packagers can make use of the 'PREFIX' and 'DESTDIR' variable during install, li
The required build dependencies are: <i>(devel packages of these)</i>

- liblo
- Qt5
- PyQt5 (python3 version)
- Qt4/5
- PyQt4/5 (python3 version)
- X11 (Linux only)

Optional for extended LV2 UIs support:

- Gtk2
- Gtk3
- Qt4
- Qt5

Optional for extra samplers support:

@@ -33,19 +35,11 @@ Optional for extra samplers support:
- LinuxSampler

Optional for extra native plugins:
- OpenGL
- NTK
- libsmf
- libsndfile
- ffmpeg/libav
- fftw3
- mxml
- zlib

To run Carla-Control, you'll additionally need:

- python3-liblo

Optional but recommended:

- python3-rdflib (for LADSPA-RDF support)


+ 0
- 1
source/Makefile.mk View File

@@ -162,7 +162,6 @@ endif
# Check for optional libs (required by backend or bridges)

ifneq ($(MACOS_OR_WIN32),true)
HAVE_FFMPEG = $(shell pkg-config --exists libavcodec libavformat libavutil && echo true)
HAVE_GTK2 = $(shell pkg-config --exists gtk+-2.0 && echo true)
HAVE_GTK3 = $(shell pkg-config --exists gtk+-3.0 && echo true)
ifeq ($(LINUX),true)


+ 0
- 4
source/bridges-ui/qtcreator/carla-bridge-plugin.pro View File

@@ -40,10 +40,6 @@ PKGCONFIG += fluidsynth
# LinuxSampler
PKGCONFIG += linuxsampler

# AudioFile
# DEFINES += HAVE_FFMPEG
# PKGCONFIG += libavcodec libavformat libavutil sndfile

# MidiFile
PKGCONFIG += smf



Loading…
Cancel
Save