Libconfuse
From CBLFS
| Download Source: | http://bzero.se/confuse/confuse-2.6.tar.gz |
|---|
Introduction to Libconfuse
libConfuse is a configuration file parser library.
Project Homepage: http://www.nongnu.org/confuse/
Non-Multilib
Compile the package:
./configure --prefix=/usr --enable-shared && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure \
--prefix=/usr --enable-shared &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
--libdir=/usr/lib32 --enable-shared &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
--libdir=/usr/lib64 --enable-shared &&
make
Install the package:
make install
Configuring
Contents
| Installed Directories: | None |
|---|---|
| Installed Programs: | None |
| Installed Libraries: | libconfuse.{a, la, so} |
Short Descriptions
| libconfuse | is a configuration file parser library. |
|---|