Skip to content

Instantly share code, notes, and snippets.

@aborruso
Forked from leifcr/gist:6448361
Created June 20, 2017 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aborruso/2c8297779dae83d90bfe68ac0fa1fe1c to your computer and use it in GitHub Desktop.
Save aborruso/2c8297779dae83d90bfe68ac0fa1fe1c to your computer and use it in GitHub Desktop.
Install PhantomJS 1.9.1 x64 on ubuntu 12.04
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