lmms with Fedora – compile source

March 29, 2009
Tags: , , ,

lmms has some dependencies that are not so easy to determine for Fedora

Basic setup :

yum install cmake git
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

Importantly for wine VST(i) :

yum install wine wine-devel
yum install glibc-devel.i386

Hope this helps

2 Responses to “lmms with Fedora – compile source”

  1. 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.

  2. Agreed – what’s needed is the fftw-devel rpm. I’ve updated the above.