Ubuntu 14.04 安装PhantomJS

依赖

sudo apt-get install build-essential g++ flex bison gperf ruby perl \
libsqlite3-dev libfontconfig1-dev libicu-dev libfreetype6 libssl-dev \
libpng-dev libjpeg-dev python libx11-dev libxext-dev

安装PhantomJS

git clone git://github.com/ariya/phantomjs.git
cd phantomjs
git checkout 2.1.1
git submodule init
git submodule update
python build.py

或者

sudo apt-get install phantomjs

你可能感兴趣的:(phantomjs)