centos 安装phantomjs

兮城

关注

阅读 77

2022-05-05

环境安装:

yum install bzip2 fontconfig freetype fontconfig  mkfontscale -y

cd /opt/pg

tar -xjvf phantomjs-2.1.1-linux-x86_64.tar.bz2

创建软连接

ln -s /opt/pg/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/bin/phantomjs

查看结果:

配置权限:

chmod 755 /opt/pg/phantomjs-2.1.1-linux-x86_64/bin/phantomjs

chmod 755 /usr/bin/phantomjs

环境变量配置

export PATH=${JAVA_HOME}/bin:$PATH:/usr/bin/phantomjs

source /etc/profile

phantomjs -v

 

在台式机拿到字体包文件

C:\Windows\Fonts

全部拷贝到

/usr/share/fonts

把字体包放在此目录下

/usr/share/fonts

fc-cache -fv

查看到字体完成安装

fc-list

精彩评论(0)

0 0 举报