Last active
September 2, 2016 03:21
-
-
Save duhaime/39e9b70675a5ed085bb23e2ba2c5e6e9 to your computer and use it in GitHub Desktop.
Build PhantomJS on Amazon Linux
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 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