Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 685 Bytes

installing-phantomjs-on-ubuntu-linux.org

File metadata and controls

21 lines (16 loc) · 685 Bytes

Installing PhantomJS on Ubuntu Linux

WARNING: This is old and likely obsolete.

I found this while testing an AngularJS client on travis-ci.

Install these to get PhantomJS to work on Ubuntu 14.04:

sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
sudo apt-get install libfreetype6 libfreetype6-dev
sudo apt-get install libfontconfig1 libfontconfig1-dev