How to install Ghostscript?

Posted on the August 27th, 2008 under Software Install Tips by Stephen

The basic:

Download source at http://www.ghostscript.com/awki/Releases

./configure
make
make install

Done :D

Example: Install Ghostscript 8.63

cd /usr/local/src/
wget http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs863/ghostscript-8.63.tar.gz
tar zxf ghostscript-8.63.tar.gz
cd ghostscript-8.63
./configure
make
make install


Share this page:
  • Facebook
  • Twitter
  • StumbleUpon
  • Slashdot
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Live
  • MySpace
  • Technorati
  • LinkedIn
  • Reddit
Related Posts:
  1. How to install ImageMagick?
  2. How to install CURL?
  3. How to Install Subversion?

2 Responses to 'How to install Ghostscript?'

  1. March 11, 2009 at 8:20 am
    Eddy
  2. July 29, 2010 at 6:59 pm
    Steve

Leave a Comment