-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Dependencies Debian
Tres Finocchiaro edited this page May 8, 2017
·
12 revisions
sudo apt-get install cmake ladspa-sdk libsamplerate0-dev libsdl1.2-dev \
libsndfile1-dev libvorbis-dev libjack-dev libstk0-dev libfltk1.3-dev \
fluid libasound2-dev git libpulse-dev libfluidsynth-dev libfftw3-dev \
portaudio19-dev libgig-dev libwine-dev qt4-qmake libqt4-dev
On Debian i386 systems, also run:
sudo apt-get install wine32-tools
...done installing? Next, clone the source code
- If VST fails to locate
wine-dev
, append the following to your cmake command-DWINE_LIBRARY=/usr/lib/i386-linux-gnu/libwine.so
- To enable VST support on non-i386 systems, append the following to your cmake command
-DWANT_VST_NOWINE=True
- A separately i386
RemoteVstPlugin
must be manually compiled and deployed to the install directory.