1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
teampoltergeist--poltergeist/ci/install_phantomjs

9 lines
156 B
Text
Raw Normal View History

#!/bin/bash
apt-get install libqtwebkit-dev -y
git clone git://github.com/ariya/phantomjs.git
cd phantomjs
qmake-qt4
make
cp bin/phantomjs /usr/local/bin/