libconf - small library to process config files
this library work only on linux.
before build you need to install: gcc, make, cmake, bash
to build and install type this commands:
$ ./build.sh
after install you can use it in your own projects with this include:
#include <libconf.h>
and on compilation, type to compiler/linker this option:
$ gcc [files...] -lconf [options...]
you can see descriptions about functions in docs/library.md, how to build and install library in docs/compile.md, and examples of usage the library in docs/usage.md.
and also type -h flag to build.sh, to see options for build library.