Jbig2dec: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
Tdshepard (talk | contribs)
Added 32Bit and 64Bit multilib
 
Line 30: Line 30:


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


Install the package
Install the package
make install


=== N32 ===
=== N32 ===
Line 42: Line 47:


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


Install the package
Install the package
make install


= Contents =
= Contents =

Latest revision as of 19:47, 29 March 2009

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.