mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
9 lines
156 B
Text
9 lines
156 B
Text
![]() |
#!/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/
|