Difference between revisions of "CHMlib"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://www.jedrea.com/chmlib/chmlib-0.39.tar.bz2 |} ---- == Introduction to CHMlib == CHMlib...)
 
Line 46: Line 46:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
+
  CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
./configure --prefix=/usr --libdir=/usr/lib32 &&
+
    --libdir=/usr/lib32 &&
 
  make
 
  make
  
Line 58: Line 58:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
+
  CC="gcc ${BUILD64}" ./configure --prefix=/usr \
./configure --prefix=/usr --libdir=/usr/lib64 &&
+
    --libdir=/usr/lib64 &&
 
  make
 
  make
  

Revision as of 19:38, 9 February 2007

Download Source: http://www.jedrea.com/chmlib/chmlib-0.39.tar.bz2

Introduction to CHMlib

CHMlib is a library for dealing with Microsoft ITSS/CHM format files.

Project Home Page: http://www.jedrea.com/chmlib/

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:

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

Install the package:

make install

64bit

Compile the package:

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

Install the package:

make install

Contents

Installed Programs: None
Installed Libraries: libchm.{a,la,so}
Installed Directories: None