GSview is a viewer for PostScript and PDF using X.
Download (HTTP): http://gd.tuwien.ac.at/publishing/ghostscript/ghostgum/gsview-4.4.tar.gz
Download (FTP): ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsview-4.4.tar.gz
Download size: 875 KB
Estimated Disk space required: 24 MB
Estimated build time: 0.26 SBU
GTK+-1.2.10 and AFPL Ghostscript-8.11 or ESP Ghostscript-7.07.1rc2 (with libgs.so installed)
GSview uses netscape to browse through the online help. BLFS does not install Netscape, but has other browsers from which to choose. Simply edit srcunx/gvxreg.c using the following sed script with your browsers executable file name substituting for [browser]:
mv srcunx/gvxreg.c srcunx/gvxreg.old && cat srcunx/gvxreg.old | sed s/netscape/[browser]/ > srcunx/gvxreg.c |
Install GSview by running the following commands:
patch -Np1 -i ../gsview-4.4-gvx.patch && sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|' \ srcunx/unx.mak > Makefile && make && make install |