GPL Ghostscript

From CBLFS
Revision as of 23:47, 1 November 2006 by Oppiz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://prdownloads.sourceforge.net/ghostscript/ghostscript-8.54-gpl.tar.bz2?download

Dependencies

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr  &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc -m32" LDFLAGS="-L/usr/lib" ./configure --prefix=/usr
make

Install the package

make install

N32

TO DO!

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package

make install