Changes between Version 7 and Version 8 of InstallationGuidelines/PhantomJS
- Timestamp:
- 03/07/17 15:29:40 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/PhantomJS
v7 v8 7 7 apt-get update 8 8 apt-get -y install build-essential chrpath git-core libssl-dev libfontconfig1-dev libxft-dev libfreetype6-dev 9 wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-source.zip 10 unzip phantomjs-1.9.8-source.zip 11 cd phantomjs-1.9.8 12 ./build.sh --confirm 9 git clone https://github.com/ariya/phantomjs 10 cd phantomjs 11 python build.py 12 git checkout 2.1 13 13 cp -f bin/phantomjs /usr/bin/ 14 14 }}}