Instructions for building a Ghostscript Interpreter with Cygwin
obligatory output example
get gs6.62
other distributions may work
You will also need the
fonts
Get
icclib
and unzip it into the top $GS_SRC directory
see src/icclib.mak for necessary modifications for GS
copy files from this
directory on top of the files in gs6.62/src
copy
jmemsys.h
from the jpeg distribution to /usr/include
make a symbolic link in $GS_SRC to cygwin.mak
% ln -s Makefile src/cygwin.mak
% make
enjoy
Last modified: 03/19/01
Norman Vine(nhv@cape.com)