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.
Download (HTTP): https://github.com/benhoyt/inih/archive/r61/inih-r61.tar.gz
Download MD5 sum: 4f54579162283914677d95936c3ed135
Download size: 21 KB
Estimated disk space required: 1.6 MB
Estimated build time: less than 0.1 SBU
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
-D with_test_suite=true
:
Enable building the test suite.