4593436 [rkeene@sledge /home/rkeene/projects/build]$ cat libconfig.txt
# COMPILE REQUIREMENT: libopennet

# SHORT DESC: Configuration File Processing Library
# LONG DESC: Libconfig is a configuration file processing library that saves you from having to write your own configuration parsers and routines. It supports callback functions, automatic variable assignment, and many different configuration file types such as Apache-like, Windows INI-like, and whitespace separated.  Configuration is processed in a logical manner: global configuration files, local configuration files, environment variables, and finally command line options.

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
make install || exit 1
4593437 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06