输入 gs 不会 运行 GhostScript CentOS
Typing gs Won't Run GhostScript CentOS
我是按照在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,为什么它不再起作用了?
您已经构建了顶级 PDL(其中包括 PCL 和 XPS)但是您还没有构建 Ghopstscript。
由于历史原因(最终将被取消)Ghostscript 是单独构建的。转到 ghostpdl-916/gs 并重复从 ./configure 开始的步骤。
我是按照在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,为什么它不再起作用了?
您已经构建了顶级 PDL(其中包括 PCL 和 XPS)但是您还没有构建 Ghopstscript。
由于历史原因(最终将被取消)Ghostscript 是单独构建的。转到 ghostpdl-916/gs 并重复从 ./configure 开始的步骤。