I am trying to create an embedded simple web browser for an embedded device, and I decided to use WebKit / WebKitGTK +. However, our device uses a Linux environment based on CentOS 5.8. I could not find an RPMS or mention of WebKit / WebKitGTK + support for CentOS 5.8 when doing a few searches on the Internet.
Does anyone know if it is possible to build an older version of WebKitGTK +, such as 1.2.6-2.el6_0, that works well on CentOS 6.3? Are any RPMS available for CentOS 5.8?
The goal is to be able to run the relatively current version of at least 1.2.6 WebKitGTk on CentOS 5.8
Note. I managed to figure it out. It just took a lot of time compiling all the dependencies in the correct order with the correct parameters. I was able to run WebKitGTK 1.6.0 on Centos 5.8.
source share