-
-
Save leifcr/6448361 to your computer and use it in GitHub Desktop.
Install PhantomJS 1.9.1 x64 on ubuntu 12.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install libfontconfig1 | |
cd /usr/local/share/ | |
wget https://phantomjs.googlecode.com/files/phantomjs-1.9.1-linux-x86_64.tar.bz2 | |
tar xjf phantomjs-1.9.1-linux-x86_64.tar.bz2 | |
rm -f phantomjs-1.9.1-linux-x86_64.tar.bz2 | |
ln -s phantomjs-1.9.1-linux-x86_64 phantomjs | |
sudo ln -s /usr/local/share/phantomjs/bin/phantomjs /usr/bin/phantomjs | |
phantomjs --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment