inih-61

Introduction to inih

This package is a simple .INI file parser written in C.

This package is known to build and work properly using an LFS 12.4 platform.

Package Information

Installation of inih

Install inih by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Command Explanations

-D with_test_suite=true: Enable building the test suite.

Contents

Installed Program: None
Installed Libraries: libinih.so and libINIReader.so
Installed Directories: None

Short Descriptions

libinih.so

is the inih main library

libINIReader.so

is the inih parser library