Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save wizardishungry/819147 to your computer and use it in GitHub Desktop.
Save wizardishungry/819147 to your computer and use it in GitHub Desktop.
getting phantomjs working on CentOS 5.5
repo for a more modern version of qt (4.7)
http://atrpms.net/documentation/install/
http://packages.atrpms.net/dist/el5/qt4/
cat /etc/yum.repos.d/atrpms.repo
[atrpms]
name=ATrpms manual
baseurl=http://dl.atrpms.net/el5-$basearch/atrpms/testing/
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1
yum install qt47-webkit qt47-webkit-devel qt47-devel sqlite
qmake-qt47 && make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment