Changes between Version 5 and Version 6 of InstallationGuidelines/PhantomJS
- Timestamp:
- 12/09/14 14:22:54 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/PhantomJS
v5 v6 8 8 apt-get -y install build-essential chrpath git-core libssl-dev libfontconfig1-dev libxft-de 9 9 wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-source.zip 10 unzip phantomjs-1.9.8-source.zip 10 11 cd phantomjs-1.9.8 11 ./build.sh 12 ./build.sh --confirm 12 13 cp -f bin/phantomjs /usr/bin/ 13 14 }}}