lmms with Fedora – compile source
March 29, 2009
lmms has some dependencies that are not so easy to determine for Fedora
Basic setup :
yum install cmake git
yum install qt qt-devel
yum install qt qt-devel
Synth extras :
yum install libsndfile libsndfile-devel
yum install fluidsynth fluidsynth-devel
yum install stk stk-devel
yum install fftw-devel
yum install fluidsynth fluidsynth-devel
yum install stk stk-devel
yum install fftw-devel
Importantly for wine VST(i) :
yum install wine wine-devel
yum install glibc-devel.i386
yum install glibc-devel.i386
Hope this helps
Installing ZynAddSubFX isn’t helpful at all. Install “LMMS Extras” package instead to get the embedded ZynAddSubFX plugin. It’s available in LMMS’ Ubuntu repository as well as source-tarball at official homepage.
Agreed – what’s needed is the fftw-devel rpm. I’ve updated the above.