ESP Ghostscript is a versatile processor for PostScript data with the ability to render PostScript to different targets. ESP Ghostscript is a customized version of GNU Ghostscript that includes an enhanced configuration script, the CUPS raster driver to support CUPS raster printer drivers, and additional patches and drivers from various Linux distributors.
Download (HTTP): http://prdownloads.sourceforge.net/espgs/espgs-7.07.1-source.tar.bz2
Download (FTP): ftp://ftp.gtlib.cc.gatech.edu/pub/slackware/slackware-current/source/ap/espgs/espgs-7.07.1-source.tar.bz2
Download MD5 sum: d30bf5c09f2c7caa8291f6305cf03044
Download size: 5.3 MB
Estimated disk space required: 116-140 MB (depends if libgs.so is installed)
Estimated build time: 1.65-3.20 SBU
Download (FTP): ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz
Download MD5 sum: 6865682b095f8c4500c54b285ff05ef6
Download size: 3.7 MB
Download (HTTP): http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz
Download MD5 sum: 33457d3f37de7ef03d2eea05a9e6aa4f
Download size: 796 KB
Install ESP Ghostscript by running the following commands:
./configure --prefix=/usr --without-gimp-print --without-omni &&
make &&
make install
To install the shared library libgs.so you will need GTK+-1.2.10.
Proceed with the following commands:
make CFLAGS_SO='-fPIC $(ACDEFS)' so &&
make soinstall &&
install -d -m755 /usr/include/ps &&
install -m644 src/*.h /usr/include/ps
The shared library is only used in external programs like GSview-4.6.
To finish the installation, unpack all fonts you've downloaded to /usr/share/ghostscript and ensure the ownerships of the files are root:root.
--without-gimp-print: This switch disables the building of the GIMP print driver as a Ghostscript device since this is deprecated. This driver may be still accessible via IJS or CUPS, and this is the preferred way.
--without-omni: This switch disables the omni driver support.
--without-ijs: This switch disables the IJS driver support.
install ...: Some packages (ImageMagick is one) need the Ghostscript headers in place to link to the shared library. These commands install the headers.
The ESP Ghostscript package contains gs, the libgs library and many filters to render PostScript/PDF files back and forth. Please refer to the HTML documentation or try man gs for information about the capabilities provided by the package. ESP Ghostscript also provides the pstoraster CUPS print filter.
gs invokes Ghostscript, an interpreter of Adobe Systems' PostScript(tm) and Portable Document Format (PDF) languages.
CUPS uses the pstoraster filter to convert PostScript to a generic raster image format that is acceptable as an input to drivers for non-PostScript printers (e.g., from Gimp-Print-4.2.7). It is built and installed only if CUPS-1.1.23 is found.
Last updated on 2005-02-15 08:01:36 -0700