Changes between Version 7 and Version 8 of InstallationGuidelines/PhantomJS


Ignore:
Timestamp:
03/07/17 15:29:40 (8 years ago)
Author:
Fran Boon
Comment:

Update to 2.1

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/PhantomJS

    v7 v8  
    77apt-get update
    88apt-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
     9git clone https://github.com/ariya/phantomjs
     10cd phantomjs
     11python build.py
     12git checkout 2.1
    1313cp -f bin/phantomjs /usr/bin/
    1414}}}