How to install ghostview-1.5


http://quox.org/install/graphics/ghostview-1.5.html
[ Top > Install Memo > graphics > ghostview > 1.5 ]

Source:

Related File:


展開

  % tar xvzf ${archive}/ghostview-1.5.tar.gz
  % cd ghostview-1.5

パッチ当て

  % patch -p1 < ${archive}/ghostview-1.5.prototypes.patch

Configure

  % xmkmf -a

Make

  % make
  % strip ghostview

Install

  # mkdir -p ${prefix}/bin ${prefix}/lib/X11/app-defaults
  # cp ghostview ${prefix}/bin
  # cp Ghostview.ad ${prefix}/lib/X11/app-defaults/Ghostview
  # ln -s ${prefix}/lib/X11/app-defaults/Ghostview
          ${X11 prefix}/lib/X11/app-defaults

Last Modified: Tue Oct 31 02:21:40 2000