Posted in
cd /extra/src
wget http://downloads.ghostscript.com/public/ghostscript-9.02.tar.gz
tar zxvf ghostscript-9.02.tar.gz
cd ghostscript-9.02Build and install Ghostscript. On OS X, you might want to
--disable-cups../configure
make
make installDownload the Ghostscript fonts:
cd /extra/src
wget "http://surfnet.dl.sourceforge.net/project/gs-fonts/gs-fonts/8.11 (base 35, GPL)/ghostscript-fonts-std-8.11.tar.gz"
tar zxvf ghostscript-fonts-std-8.11.tar.gzMove it into the Ghostscript folder:
mv fonts /usr/local/share/ghostscript/fonts- Login to post comments