打字gs不会运行GhostScript CentOS

时间:2015-07-09 14:14:57

标签: centos ghostscript

我按照在Centos v6上编译GhostScript源代码的步骤进行操作。这似乎是直截了当的:

1)下载PDL.tar.gz

wget http://downloads.ghostscript.com/public/ghostpdl-9.16.tar.gz

2)提取tar.gz

tar xvfz ghostpdl-9.16.tar.gz

3)cd进入目录并配置

cd ghostpdl-9.16
./configure

4)运行10分钟左右,完成后说

  make

5)安装....

 make install

以下内容将在控制台中打印回来

install main/obj/pcl6 /usr/local/bin

但是,我通常通过键入gs打开GhostScript,为什么这不再起作用?

1 个答案:

答案 0 :(得分:0)

您已经构建了顶级PDL(包括PCL和XPS),但您还没有构建Ghopstscript。

由于历史原因(最终将被取消)Ghostscript是单独构建的。转到ghostpdl-916 / gs并重复从./configure开始的步骤。