Skip to content

Instantly share code, notes, and snippets.

@marcusthor
Forked from ryanoboril/gist:278197b04cb8c838d72b
Last active August 29, 2015 14:11
Show Gist options
  • Save marcusthor/79c4730073cb01c37e2e to your computer and use it in GitHub Desktop.
Save marcusthor/79c4730073cb01c37e2e to your computer and use it in GitHub Desktop.
# Use one of the download links here: http://phantomjs.org/download.html
# In this case, it's the 32-bit version.
sudo yum install freetype fontconfig
cd ~
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-i686.tar.bz2
bunzip2 phantomjs*.tar.bz2
tar xvf phantomjs*.tar
sudo cp phantomjs*/bin/phantomjs /usr/bin/phantomjs
phantomjs -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment