Difference between revisions of "Jbig2dec"

From CBLFS
Jump to navigationJump to search
(I don't do multilib so someone who does should add the instructions)
 
(Added 32Bit and 64Bit multilib)
 
(One intermediate revision by one other user not shown)
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 =
Line 69: Line 80:
 
| is a library for decoding JBIG2 images.
 
| is a library for decoding JBIG2 images.
 
|}
 
|}
 +
 +
[[Category:Graphics Libraries]]

Latest revision as of 20: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.