Difference between revisions of "GPL Ghostscript"
From CBLFS
Jump to navigationJump to searchLine 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://prdownloads.sourceforge.net/ghostscript/ghostscript- | + | | http://prdownloads.sourceforge.net/ghostscript/ghostscript-{{GPL Ghostscript-Version}}-gpl.tar.bz2 |
|} | |} | ||
Revision as of 12: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