inih-58

Introduction to inih

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

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

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