Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 465 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 465 Bytes

Ghostscript 9.06 was released on August 8, 2012. The next release, Ghostscript 9.07, changed the license from the GPL to the AGPL.

This is a copy of Ghostscript 9.06, the final GPL'ed Ghostscript.

It has been lightly edited to silence warnings from modern compilers.

To build:

./configure CFLAGS=-funsigned-char
make
sudo make install

Note the flags to set char to default to unsigned.