Skip to content

hulkiedo17/libconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.