Difference between revisions of "GPL Ghostscript"

From CBLFS
Jump to navigationJump to search
 
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://prdownloads.sourceforge.net/ghostscript/ghostscript-8.54-gpl.tar.bz2?download
+
| http://prdownloads.sourceforge.net/ghostscript/ghostscript-{{GPL Ghostscript-Version}}-gpl.tar.bz2
 
|}
 
|}
  

Revision as of 13:57, 17 December 2006

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