Skip to content

Instantly share code, notes, and snippets.

@leifcr
Forked from grigio/gist:6138263
Last active June 20, 2017 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save leifcr/6448361 to your computer and use it in GitHub Desktop.
Save leifcr/6448361 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