-- checking for module 'jack>=0.77' -- package 'jack>=0.77' not found -- checking for module 'dssi>=0.4' -- package 'dssi>=0.4' not found -- checking for module 'liblo>=0.7' -- package 'liblo>=0.7' not found -- checking for module 'lrdf>=0.3' -- package 'lrdf>=0.3' not found -- checking for module 'fftw3f>=3.0.0' -- package 'fftw3f>=3.0.0' not found CMake Error: A required package was not found CMake Error: Please install the required package. Aborting -- Configuring done
俺们也是有经验的人了,缺啥补啥,一个一个试验,把依赖问题统统解决了:
-- checking for module 'jack>=0.77' -- package 'jack>=0.77' not found [root@localhost rosegarden-1.6.1]# yum install jack*
-- checking for module 'dssi>=0.4' -- package 'dssi>=0.4' not found [root@localhost rosegarden-1.6.1]# yum install dssi*
-- checking for module 'lrdf>=0.3' -- package 'lrdf>=0.3' not found [root@localhost rosegarden-1.6.1]# yum install *lrdf*
-- checking for module 'fftw3f>=3.0.0' -- package 'fftw3f>=3.0.0' not found [root@localhost rosegarden-1.6.1]# yum install fftw fftw-devel
把依赖问题解决后再次在rosegarden目录下运行命令:cmake . 这次总算成功啦!
Installation Summary --------------------
Install Directory : /usr/local Build type : Release Use Qt/KDE precompiled headers: FALSE
Xft notation font support : TRUE No LIRC support configured.
ALSA MIDI support : TRUE JACK audio support : TRUE LADSPA plugin support : TRUE DSSI synth plugin support : TRUE Custom OSC plugin GUI support : TRUE Audio timestretching : TRUE LRDF plugin metadata support : TRUE
-- Configuring done -- Generating done -- Build files have been written to: /root/Desktop/rosegarden-1.6.1