So I went to download ghostscript 9.04.1
Code: Select all
wget ftp://mirrors.kernel.org/gnu/ghostscript/gnu-ghostscript-9.04.1.tar.bz2
Code: Select all
configure --with-libiconv=gnu --with-drivers=HP
Code: Select all
wget http://downloads.sourceforge.net/lcms/lcms2-2.3.tar.gz
Code: Select all
configure --prefix=/usr --disable-static
Code: Select all
make
make install