source: general/genlib/inih.xml@ 88fdf09

11.0 11.1 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 88fdf09 was 88fdf09, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags

  • Property mode set to 100644
File size: 2.9 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 "8b52bf308de2ad1eab94fad64c116610">
11 <!ENTITY inih-size "17 KB">
12 <!ENTITY inih-buildsize "0.6 MB">
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 &lfs110a_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 <para>
92 This package does not come with a test suite.
93 </para>
94
95 <para>
96 Now, as the <systemitem class="username">root</systemitem> user:
97 </para>
98
99<screen role="root"><userinput>ninja install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Program</segtitle>
108 <segtitle>Installed Libraries</segtitle>
109 <segtitle>Installed Directories</segtitle>
110
111 <seglistitem>
112 <seg>
113 None
114 </seg>
115 <seg>
116 libinih.so, libINIReader.so
117 </seg>
118 <seg>
119 None
120 </seg>
121 </seglistitem>
122 </segmentedlist>
123
124 </sect2>
125
126</sect1>
Note: See TracBrowser for help on using the repository browser.