As of 2004, I no longer have time to improve this software. If you think this project is interesting and have time to take care of it, please drop me a line.
| Install| Document| Download| About
Introduction
libconfig is the ISO C++ port of KDE
KConfig class.
If you are looking for a portable and flexible C++ configure file parser, you are in the
right place.
Current version of libconfig is highly portable and has been tested in the following environment:
It has almost the same functionality as KConfig in
KDE lib except the following differences:
Install
Just download and unpack the package into a temperate directory then run
configure script as following:
./configure make make check(optional) su (install need root privilege) make install
Document
The on-line document can be found in doc subdirectory.
Download
You can download libconfig from sourceforge.net's
download page
About
The original KConfig was written by the following people:
Preston Brown <pbrown at kde.org>
Matthias Kalle Dalheimer <kalle at kde.org>
Waldo Bastian <bastian at kde.org>
The porting to ISO C++ was conducted by Zhang Le
<
ejoy@users.sourceforge.net>
This project is hosted at:
http://sourceforge.net/projects/libconfig
I will appreciate any comments, suggestions or bug report.
You can use
this dialog
to send them.
Have fun!