Build and install LMMS from GitHub on RHEL 7
Hi there,
I am running RHEL 7 workstation and want to build and install LMMS from the source code on GitHub. I've been following these directions (https://github.com/LMMS/lmms/wiki/Compiling-lmms), but Qt Creator fails to compile and gives the following message:
I am puzzled because I installed FFTW3, but Qt cannot find it.
Any help would be appreciated, thank you!
Dan
>>>>>> Supported audio interfaces -------------------------- * ALSA : OK * JACK : OK * OSS : OK * PortAudio : OK * PulseAudio : not found, please install libpulse-dev (or similar) ;if you require PulseAudio support * SDL : OK Supported MIDI interfaces ------------------------- * ALSA : OK * OSS : OK * WinMM :Supported file formats for project export ----------------------------------------- * WAVE : OK * OGG/VORBIS : OK Optional plugins ---------------- * Carla Patchbay & Rack : not found, please install the latest carla * SoundFont2 player : not found, libfluidsynth-dev (or similar);is highly recommended * Stk Mallets : not found, please install libstk0-dev (or similar) ;if you require the Mallets instrument * VST-instrument hoster : OK * VST-effect hoster : OK * CALF LADSPA plugins : OK * CAPS LADSPA plugins : OK * CMT LADSPA plugins : OK * TAP LADSPA plugins : OK * SWH LADSPA plugins : OK * GIG player : not found, libgig needed for decoding .gig files ----------------------------------------------------------------- IMPORTANT: after installing missing packages, remove CMakeCache.txt before running cmake again! ----------------------------------------------------------------- Installation Summary -------------------- * Install Directory : /usr/local CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:279 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal) CMakeLists.txt:309 (PKG_CHECK_MODULES) -- Found Qt translations in /usr/share/qt4/translations -- Target host is 64 bit Machine: x86_64-redhat-linux PROCESSOR: x86_64 -- checking for module 'carla-standalone>=1.9.5' -- package 'carla-standalone>=1.9.5' not found -- checking for module 'libpulse' -- package 'libpulse' not found -- Could NOT find LibXml2 -- Found OggVorbis: /usr/lib64/libogg.so;/usr/lib64/libvorbis.so;/usr/lib64/libvorbisfile.so;/usr/lib64/libvorbisenc.so -- Found ALSA: /usr/lib64/libasound.so -- checking for module 'fftw3f>=3.0.0' -- package 'fftw3f>=3.0.0' not found -- checking for module 'fluidsynth>=1.0.7' -- package 'fluidsynth>=1.0.7' not found -- checking for module 'gig' -- package 'gig' not found -- Could NOT find FLTK (missing: FLTK_LIBRARIES FLTK_INCLUDE_DIR FLTK_FLUID_EXECUTABLE) -- Configuring incomplete, errors occurred!
Responses