linux 安装phantomjs
Posted 逗比青年
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 安装phantomjs相关的知识,希望对你有一定的参考价值。
一、在centos7下安装PhantomJS
1.下载地址:http://phantomjs.org/download.html
2.文件名:phantomjs-2.1.1-linux-x86_64.tar.bz2
3. yum install -y bzip2
4.bzip2 -d phantomjs-2.1.1-linux-x86_64.tar.bz2
5.tar xvf phantomjs-2.1.1-linux-x86_64.tar
# 安装依赖软件
6.yum -y install wget fontconfig
#重命名
7.mv /root/phantomjs-2.1.1-linux-x86_64 /root/phantomjs
#建立软链接
8.ln -s /root/phantomjs/bin/phantomjs /usr/bin
#安装成功
以上是关于linux 安装phantomjs的主要内容,如果未能解决你的问题,请参考以下文章