GSview is a viewer for PostScript and PDF using X.
Download (HTTP): http://gd.tuwien.ac.at/publishing/ghostscript/ghostgum/gsview-4.7.tar.gz
Download (FTP): ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsview-4.7.tar.gz
Download MD5 sum: ce6288cc8597d6b918498d6d02654bb7
Download size: 910 KB
Estimated disk space required: 11 MB
Estimated build time: 0.1 SBU
GTK+-1.2.10 and AFPL Ghostscript-8.51 or ESP Ghostscript-7.07.1 (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. You can create a symlink from your preferred browser to /usr/bin/netscape, or simply edit srcunx/gvxreg.c using the following sed script with your browser's executable file name substituted for [browser]:
sed -i 's:netscape:[browser]:' srcunx/gvxreg.c
Install GSview by running the following commands:
sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|' \ srcunx/unx.mak > Makefile && patch -Np1 -i ../gsview-4.7-pstotext-1.patch && make
This package does not come with a test suite.
Now, as the root user:
make install
sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|': This command changes the default installation directory to /usr.
Last updated on 2005-08-01 13:29:19 -0600