libconfig

libconfig is a simple library for dealing with parsing config files. It’s used for several of WAND’s projects.

The latest version is 1.0.5
The latest version can always be retrieved from here

Installation instructions

Download the tarball, unpack, and run

./configure ; make ; make install

libconfig will install into /usr/local by default. Bearing that in mind, you will probably need to update your library search path to point at /usr/local/lib, if it doesn’t already:

echo /usr/local/lib >> /etc/ld.so.conf
ldconfig