Skip to content
/ libngi Public

A C/C++ library to interact with .ngi (next gen ini) configuration files

License

Notifications You must be signed in to change notification settings

to268/libngi

Repository files navigation

libngi

The libngi (next gen ini library) is a library to parse a .ngi file which has a simple syntax to create configuration files (inspired from the ini format). The library will be more extensible in the future to do crazy things. See more details on the library in details.md

Installation

See dependencies in dependencies.md

Compiles the release version of the library:

make release

Generate the documentation (optional):

make docs

Run the test suite (optional):

make check

Installs the library:

make install

To uninstall the library:

make uninstall

Contribution

Feel free to contribute to the project. You can see improvements ideas in the projects tab. See more details how to contribute in contributing.md