ESP Ghostscript-7.07.1

Introduction to ESP Ghostscript

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.

Package information

Additional downloads

Standard fonts
Other fonts

Installation of ESP Ghostscript

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
[Note]

Note

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.

Command explanations

--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.

Contents

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.

Description

gs

gs invokes Ghostscript, an interpreter of Adobe Systems' PostScript(tm) and Portable Document Format (PDF) languages.

pstoraster

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