[Qgis-developer] Resolved - What path for QTWebKit - More info on

Andrea Peri aperi2007 at gmail.com
Sat Aug 18 08:47:09 PDT 2012


Hi, I resolve (hope) definitively the qtwebkit on RedHat. :)

The RedHat support help me to find and install the right packege.

I report how to help someone else with RedHat Enterprise 6.

Fist of all don't use directly the qt-devel available in the main redhat
repository.
It don't install all the needed files.

Instead
reading the help to this url:
http://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F

go to this url
http://ftp.heanet.ie/pub/fedora/epel/6/x86_64/repoview/epel-release.html
and use the URL given from
epel-release-6-7.noarch<http://ftp.heanet.ie/pub/fedora/epel/6/x86_64/epel-release-6-7.noarch.rpm>

actually it is:
http://ftp.heanet.ie/pub/fedora/epel/6/x86_64/epel-release-6-7.noarch.rpm

And using it:
run this commend to add the epel repository (the right for qtwebkit)

rpm -Uvh
http://ftp.heanet.ie/pub/fedora/epel/6/x86_64/epel-release-6-7.noarch.rpm


After this
is possible to run

yum search qtwebkit

and the search will return this list:

qtwebkit-devel.i686 : Development files for qtwebkit
qtwebkit-devel.x86_64 : Development files for qtwebkit
qtwebkit.i686 : Qt WebKit bindings
qtwebkit.x86_64 : Qt WebKit bindings

To support the compile for qgis is necessary install 2 packages:

yum install qtwebkit.x86_64 qtwebkit-devel.x86_64

It install the QTWEBKIT 4.6.2 version.

After this add I was able to compile completelly qgis.

To have a QGIS-server only version (on a server is better avoid the
overhead of desktop packages)
Set

with_bindings OFF
with_desktop OFF
with_mapserver ON

Regards,

-- 
-----------------
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-----------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20120818/fb341200/attachment.html>


More information about the Qgis-developer mailing list