source: general/genlib/popt.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: 5.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 popt-download-http "http://ftp.rpm.org/popt/releases/popt-1.x/popt-&popt-version;.tar.gz">
8 <!ENTITY popt-download-ftp "ftp://ftp.rpm.org/pub/rpm/popt/releases/popt-1.x/popt-&popt-version;.tar.gz">
9 <!ENTITY popt-md5sum "eaa2135fddb6eb03f2c87ee1823e5a78">
10 <!ENTITY popt-size "584 kB">
11 <!ENTITY popt-buildsize "6.9 MB (includes installing documentation and tests)">
12 <!ENTITY popt-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="popt" xreflabel="popt-&popt-version;">
16 <?dbhtml filename="popt.html"?>
17
18
19 <title>Popt-&popt-version;</title>
20
21 <indexterm zone="popt">
22 <primary sortas="a-Popt">Popt</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Popt</title>
27
28 <para>
29 The <application>popt</application> package contains the
30 <application>popt</application> libraries which are used by
31 some programs to parse command-line options.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&popt-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&popt-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &popt-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &popt-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &popt-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &popt-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">popt Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="doxygen"/> (for generating documentation)
75 </para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/popt"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Popt</title>
84
85 <para>
86 Install <application>popt</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
91make</userinput></screen>
92
93 <para>
94 If you have <xref linkend="doxygen"/> installed and wish to build
95 the API documentation, issue:
96 </para>
97
98<screen remap="doc"><userinput>sed -i 's@\./@src/@' Doxyfile &amp;&amp;
99doxygen</userinput></screen>
100
101 <para>
102 To test the results, issue: <command>make check</command>.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 <para>
112 If you built the API documentation, install it using the following
113 commands issued by the <systemitem class="username">root</systemitem>
114 user:
115 </para>
116
117<screen role="root"
118 remap="doc"><userinput>install -v -m755 -d /usr/share/doc/popt-&popt-version; &amp;&amp;
119install -v -m644 doxygen/html/* /usr/share/doc/popt-&popt-version;</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/static-libraries.xml"/>
128
129 <!-- FIXME Removed due to merged-/usr changes
130 <para>
131 <command>mv /usr/lib/libpopt.so.* /lib</command> and
132 <command>ln -sfv ...</command>: Moves the popt library on the root
133 filesystem, so it is available in case
134 <systemitem class="filesystem">/usr</systemitem> is offline and
135 <xref linkend="efibootmgr"/> is installed and linked to popt.
136 </para>
137 -->
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Library</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>None</seg>
151 <seg>libpopt.so</seg>
152 <seg>/usr/share/doc/popt-&popt-version;</seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="libpopt">
162 <term><filename class="libraryfile">libpopt.so</filename></term>
163 <listitem>
164 <para>
165 is used to parse command-line options
166 </para>
167 <indexterm zone="popt libpopt">
168 <primary sortas="c-libpopt">libpopt.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.