Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     6a. go to www.imagemagick.org and get the source distribution: ImageMagick-6.3.29-96.tar.gz, or get it from the ISDA software repository on Trogdor

     6b. unzip and untar ImageMagick-6.3.29-6.tar.gz and cd to ImageMagic-6.3.29-6
         directory

Code Block

cd /opt
tar -xzvf /root/ImageMagick-6.3.9-6.tar.gz
cd ImageMagick-6.3.9

     6c. by default, the base installation directory is /usr/local. binary
         files go in /usr/local/bin and library files go in /usr/local/lib. If
         you want to specify an installationprefix other than /usr/local, you
         can do it by specify the --prefix=PATH

...

Code Block
cd /opt
tar -xzvf /root/ghostscript-8.6162.tar.gz
cd ghostscript-8.6162
./configure
make
make install
cd /usr/local/share/ghostscript/
tar -xzvf /root/ghostscript-fonts-std-8.11.tar.gz

...