CHMlib: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 7: | Line 7: | ||
---- | ---- | ||
{{Package-Introduction|CHMlib is a library for dealing with Microsoft ITSS/CHM format files.|http://www.jedrea.com/chmlib/}} | |||
CHMlib is a library for dealing with Microsoft ITSS/CHM format files. | |||
== Dependencies == | == Dependencies == | ||
=== Optional === | === Optional === | ||
* [[ | * [[Dmalloc]] | ||
== Non-Multilib == | == Non-Multilib == | ||
| Line 79: | Line 75: | ||
| None | | None | ||
|} | |} | ||
[[Category:General Libs]] | |||
Latest revision as of 12:54, 11 January 2009
| 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 Homepage: 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 |