I would also add to canavar's answer that in step 2, you should also do the following
yum install qt47-webkit-devel sqlite
Otherwise, make in step 6 will fail because the directory /usr/include/QtWebKit does not exist, and/or your SQLite version is too old (needs version 3.6.20 or higher).