Jbig2dec

From CBLFS
Revision as of 20:47, 29 March 2009 by Tdshepard (talk | contribs) (Added 32Bit and 64Bit multilib)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://ghostscript.com/~giles/jbig2/jbig2dec/jbig2dec-0.9.tar.bz2

Introduction to Jbig2dec

Jbig2dec is a library and program for decoding images in the JBIG2 format.

Project Homepage: http://jbig2dec.sourceforge.net/

Dependencies

Optional

Non-Multilib

Compile the package:

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

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr  &&
make

Install the package

make install

N32

Compile the package:

Install the package

64Bit

Compile the package:

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

Install the package

make install

Contents

Installed Programs: jbig2dec
Installed Libraries: libjbig2dec.a
Installed Directories: None

Short Descriptions

jbig2dec decodes JBIG2 images.
libjbig2dec.a is a library for decoding JBIG2 images.