2.2 is not that easy because it requires qt>=4.7 and rhel comes with qt-4.6.2. So without reverting some commits or compiling new qt packages (which likely have additional dependencies) this won't be an option. Instead there are now new packages (qgis-2.0.1-2) available which are based on the latest release-2_0 patches (f802808)
I tested here in a docker container and was able to install (didn't do any more tests actually): docker pull centos docker run -i -t centos /bin/bash -------------------- rpm -Uvh http://mirror.karneval.cz/pub/linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh http://elgis.argeo.org/repos/6/elgis-release-6-6_0.noarch.rpm wget fedora.vitu.ch/EL/qgis.repo -P /etc/yum.repos.d/ rpm --import http://fedora.vitu.ch/Fedora/RPM-GPG-Key-vitu yum update yum install qgis Hope this helps Matthias On Fre 21 Mär 2014 18:19:38 CET, Olivier Dalang wrote: > Great !! Many thanks :) > > Do you have an estimate of when you could be done ? (hours / days / > weeks ?) > _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
