MaartenBaert / ssr

SimpleScreenRecorder, a screen recorder for Linux
http://www.maartenbaert.be/simplescreenrecorder/
GNU General Public License v3.0
2.5k stars 288 forks source link

centos 6 x64 Qt4 not found #331

Open mariarti opened 9 years ago

mariarti commented 9 years ago

yum install qt

Package 1:qt-4.6.2-28.el6_5.x86_64 already installed and latest version Nothing to do

yum install qt4

Package 1:qt-4.6.2-28.el6_5.x86_64 already installed and latest version Nothing to do

qmake --version

QMake version 2.01a Using Qt version 4.6.2 in /usr/lib64

is it true that I can't build it on my OS https://github.com/MaartenBaert/ssr/issues/319 ?

1dot75cm commented 9 years ago
  1. you can add puias-computational rpm repository, install it.
  2. you can use command (rpmbuild --rebuild src.rpm) rebuild qt-4.8.6-14.el6.src.rpm package.
mariarti commented 9 years ago

packages that I mentioned higher already installed, but simple-build-and-install or configure says that qt not present in OS

beansmyname commented 9 years ago

Your output above shows that you have Qt 4.6.2 installed. Per #319, which you referenced yourself, Qt 4.8 or higher is required.