hulkiedo17 / libconf

libconf - small library to process config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libconf

libconf - small library to process config files

build and install

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

using in projects

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...]

documentation

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.

About

libconf - small library to process config files

License:Apache License 2.0


Languages

Language:C 93.9%Language:CMake 3.2%Language:Shell 2.9%