GPL Ghostscript

From CBLFS
Revision as of 13:57, 17 December 2006 by Jciccone (talk | contribs)
Jump to navigationJump to search
Download Source: http://prdownloads.sourceforge.net/ghostscript/ghostscript-8.62.0-gpl.tar.bz2

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