Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 881 Bytes

File metadata and controls

39 lines (32 loc) · 881 Bytes

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