source: general/genlib/inih.xml@ 0ff2be9

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 0ff2be9 was 0ff2be9, checked in by Bruce Dubbs <bdubbs@…>, 22 months ago

Update to inih-r56.

  • Property mode set to 100644
File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY inih-download-http
8 "https://github.com/benhoyt/inih/archive/r&inih-version;/inih-r&inih-version;.tar.gz">
9 <!ENTITY inih-download-ftp " ">
10 <!ENTITY inih-md5sum "e27e394554d9f339b728035a5766d8f3">
11 <!ENTITY inih-size "20 KB">
12 <!ENTITY inih-buildsize "704 KB">
13 <!ENTITY inih-time "less than 0.1 SBU">
14]>
15
16<sect1 id="inih" xreflabel="inih-&inih-version;">
17 <?dbhtml filename="inih.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>inih-&inih-version;</title>
24
25 <indexterm zone="inih">
26 <primary sortas="a-inih">inih</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to inih</title>
31
32 <para>
33 This package is a simple .INI file parser written in C.
34 </para>
35
36 &lfs111_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&inih-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&inih-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &inih-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &inih-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &inih-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &inih-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/inih"/>
74 </para>
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of inih</title>
79
80 <para>
81 Install <application>inih</application> by running
82 the following commands:
83 </para>
84
85<screen><userinput>mkdir build &amp;&amp;
86cd build &amp;&amp;
87
88meson --prefix=/usr --buildtype=release .. &amp;&amp;
89ninja</userinput></screen>
90
91<!-- Note. There is a tests directoy. If we do:
92 cd ../tests
93 sh unittest.sh
94The tests seem to be run, but there is no output or log.
95-->
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>ninja install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Program</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>
118 None
119 </seg>
120 <seg>
121 libinih.so, libINIReader.so
122 </seg>
123 <seg>
124 None
125 </seg>
126 </seglistitem>
127 </segmentedlist>
128
129 </sect2>
130
131</sect1>
Note: See TracBrowser for help on using the repository browser.