Changes between Version 5 and Version 6 of InstallationGuidelines/PhantomJS


Ignore:
Timestamp:
12/09/14 14:22:54 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/PhantomJS

    v5 v6  
    88apt-get -y install build-essential chrpath git-core libssl-dev libfontconfig1-dev libxft-de
    99wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-source.zip
     10unzip phantomjs-1.9.8-source.zip
    1011cd phantomjs-1.9.8
    11 ./build.sh
     12./build.sh --confirm
    1213cp -f bin/phantomjs /usr/bin/
    1314}}}