source: general/genlib/inih.xml@ bf565e06

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/xf86-video-removal
Last change on this file since bf565e06 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.0 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
20 <title>inih-&inih-version;</title>
21
22 <indexterm zone="inih">
23 <primary sortas="a-inih">inih</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to inih</title>
28
29 <para>
30 This package is a simple .INI file parser written in C.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&inih-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&inih-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &inih-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &inih-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &inih-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &inih-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/inih"/>
71 </para>
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of inih</title>
76
77 <para>
78 Install <application>inih</application> by running
79 the following commands:
80 </para>
81
82<screen><userinput>mkdir build &amp;&amp;
83cd build &amp;&amp;
84
85meson --prefix=/usr --buildtype=release .. &amp;&amp;
86ninja</userinput></screen>
87
88<!-- Note. There is a tests directoy. If we do:
89 cd ../tests
90 sh unittest.sh
91The tests seem to be run, but there is no output or log.
92-->
93 <para>
94 This package does not come with a test suite.
95 </para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>ninja install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Program</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>
115 None
116 </seg>
117 <seg>
118 libinih.so, libINIReader.so
119 </seg>
120 <seg>
121 None
122 </seg>
123 </seglistitem>
124 </segmentedlist>
125
126 </sect2>
127
128</sect1>
Note: See TracBrowser for help on using the repository browser.