Looking for a new maintainer!
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.
libconfig --- the ISO C++ port of KDE KConfig class
Introduction|
Install|
Document|
Download|
About
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:
- Red Hat Linux 7.3 with GCC 2.96
- Windows98/Windows2000 with MingW(GCC 2.96), cygwin(GCC 2.96), and Visual C++
6.0
- SUN Solars 8 with GCC 2.96
It has almost the same functionality as KConfig in
KDE lib except the following differences:
- KDE global config management routines are not supported
- all configure data is saved in ASCII format instead of UTF-8
- the bPersistent,bGloabl and bNLS parameters are not used
and the corresponding functionalities are not supported
in current version.
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
The on-line document can be found in doc subdirectory.
You can download libconfig from sourceforge.net's
download page
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!
Last Change :17-Mar-2004.
Power by