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.5The latest version can always be retrieved from here
Installation instructions
Download the tarball, unpack, and run
./configure ; make ; make installlibconfig 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
Feedback
We are very interested in hearing feedback on libconfig. If you have any requests or comments, or wish to report a bug, please email contact@wand.net.nz

