Search found 2 matches

by Doug_
Mon Mar 01, 2021 10:56 am
Forum: Newbies & Support
Topic: Compiling LinuxSampler deb package for ARM (Raspberry PI) VST or other plug-ins are not created.
Replies: 2
Views: 12652

Re: Compiling LinuxSampler deb package for ARM (Raspberry PI) VST or other plug-ins are not created.

So now I’ve RTFM and included the configure option —enable-vstsdk-dir=<directory> in the Debian/rules file. I thought I had my answer but.. Now compilation throws a fatal error when compiling PluginVst.cpp. Its PluginVst.h file contains an #include <audioeffectx.h>. This file does not exist on my sy...
by Doug_
Sat Feb 27, 2021 11:00 am
Forum: Newbies & Support
Topic: Compiling LinuxSampler deb package for ARM (Raspberry PI) VST or other plug-ins are not created.
Replies: 2
Views: 12652

Compiling LinuxSampler deb package for ARM (Raspberry PI) VST or other plug-ins are not created.

I have successfully generated and installed the deb package for LinuxSampler after applying the required patches for ARM cpu as follows: svn co https://https:svn.linuxsampler.org/svn/linuxsampler/trunk linuxsampler cd linuxsampler dpkg-buildpackage -rfakeroot -b .... I am currently running with qsam...