Ghostscript is a versatile processor for PostScript data with the ability to render PostScript to different targets.
Download (HTTP): http://prdownloads.sourceforge.net/ghostscript/ghostscript-8.14.tar.bz2
Download (FTP): ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs814/ghostscript-8.14.tar.bz2
Download size: 5.5 MB
Estimated Disk space required: 37-49 MB (depends on if libgs.so is installed)
Estimated build time: 1.16-2.26 SBU
libjpeg-6b, libpng-1.2.5, GTK+-1.2.10 and X (XFree86-4.4.0 or X.org-6.7.0)
This version of Ghostscript does not work with CUPS due to missing generic "cups" raster image driver. The necessary support cannot be patched in due to incompatible licenses. Use ESP Ghostscript-7.07.1 instead if you have CUPS.
Install Ghostscript by running the following commands:
./configure --prefix=/usr &&
make &&
make install
To install the shared library libgs.so, run the following commands additionally:
make so &&
make soinstall
The shared library depends on GTK+-1.2.10. It is only used in external programs like GSview-4.6.
To finish the installation, unpack all fonts you've downloaded to /usr/share/ghostscript.
Ghostscript comes with a lot of filters to render PostScript/PDF files back and forth. Please refer to the HTML documentation or try man gs.