inih-62

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

  • Download (HTTP): https://github.com/benhoyt/inih/archive/r62/inih-r62.tar.gz

  • Download SHA256 Sum: 9c15fa751bb8093d042dae1b9f125eb45198c32c6704cd5481ccde460d4f8151

  • Download MD5 sum: c0c6982525958a0376a3cb5bfbee14a0

  • Download size: 87.2 KB

  • Estimated disk space required: 1,087.4 KB

  • Estimated build time: less than 0.1 SBU (with tests run)

Installation of inih

Prepare inih by running the following commands:

meson setup build --prefix=/usr --buildtype=release
ninja -C build

To test the results, issue:

ninja -C build test

Now Install the package, as the root user:

ninja -C build install

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