Skip to content

Instantly share code, notes, and snippets.

@duhaime
Last active September 2, 2016 03:21
Show Gist options
  • Select an option

  • Save duhaime/39e9b70675a5ed085bb23e2ba2c5e6e9 to your computer and use it in GitHub Desktop.

Select an option

Save duhaime/39e9b70675a5ed085bb23e2ba2c5e6e9 to your computer and use it in GitHub Desktop.
Build PhantomJS on Amazon Linux
sudo yum install gcc-c++ git chrpath openssl-devel freetype-devel fontconfig-devel
git clone git://github.com/ariya/phantomjs.git && cd phantomjs
git checkout 1.5
./build.sh --jobs 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment