inih-58

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.1 platform.

Package Information

Installation of inih

Install inih by running the following commands:

mkdir build &&
cd    build &&

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

This package does not come with a test suite.

Now, as the root user:

ninja install

Contents

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

Short Descriptions

libinih.so

is the inih main library

libINIReader.so

is the inih parser library