source: general/genlib/popt.xml@ d8614521

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d8614521 was d8614521, checked in by Randy McMurchy <randy@…>, 19 years ago

Separated root installation from build commands in remaining packages that are already indexed

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3365 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY popt-download-http "http://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz">
8<!ENTITY popt-download-ftp "ftp://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz">
9<!ENTITY popt-size "562 KB">
10<!ENTITY popt-buildsize "17.4 MB">
11<!ENTITY popt-time "0.06 SBU">
12]>
13
14<sect1 id="popt" xreflabel="popt-&popt-version;-5">
15
16<sect1info>
17 <othername>$LastChangedBy$</othername>
18 <date>$Date$</date>
19</sect1info>
20
21<?dbhtml filename="popt.html"?>
22
23<title><application>popt</application>-&popt-version;-5</title>
24
25<indexterm zone="popt">
26 <primary sortas="a-popt">Popt</primary>
27</indexterm>
28
29<sect2>
30<title>Introduction to <application>popt</application></title>
31
32<para>The <application>popt</application> package contains the
33<application>popt</application> libraries which are used by
34some programs to parse command-line options.</para>
35
36<sect3><title>Package information</title>
37<itemizedlist spacing='compact'>
38 <listitem><para>Download (HTTP):
39 <ulink url="&popt-download-http;"/></para></listitem>
40 <listitem><para>Download (FTP):
41 <ulink url="&popt-download-ftp;"/></para></listitem>
42 <listitem><para>Download size: &popt-size;</para></listitem>
43 <listitem><para>Estimated disk space required:
44 &popt-buildsize;</para></listitem>
45 <listitem><para>Estimated build time:
46 &popt-time;</para></listitem>
47</itemizedlist>
48</sect3>
49
50<sect3><title>Additional downloads</title>
51<itemizedlist spacing='compact'>
52 <listitem><para>Patch level upgrade: <ulink
53 url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para>
54 </listitem>
55</itemizedlist>
56</sect3>
57
58</sect2>
59
60<sect2>
61<title>Installation of <application>popt</application></title>
62
63<para>Install <application>popt</application> by running the following
64commands:</para>
65
66<screen><userinput><command>patch -Np1 -i ../popt_&popt-version;-5.diff &amp;&amp;
67./configure --prefix=/usr &amp;&amp;
68cp configure.in configure.ac &amp;&amp;
69touch configure.in configure.ac &amp;&amp;
70make</command></userinput></screen>
71
72<para>Now, as the root user:</para>
73
74<screen><userinput role='root'><command>make install</command></userinput></screen>
75
76</sect2>
77
78<sect2>
79<title>Command explanations</title>
80
81<para><command>cp configure.in configure.ac</command>:
82Because <filename>configure.in</filename> is updated with the patch,
83this file is needed for <command>make</command> to work properly.</para>
84
85<para><command>touch configure.in configure.ac</command>:
86Ensure file timestamps are the same.</para>
87
88</sect2>
89
90<sect2>
91<title>Contents</title>
92
93<segmentedlist>
94 <segtitle>Installed Library</segtitle>
95 <seglistitem>
96 <seg>libpopt.[so,a]</seg>
97 </seglistitem>
98</segmentedlist>
99
100<variablelist>
101 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
102 <?dbfo list-presentation="list"?>
103
104 <varlistentry id="libpopt">
105 <term><filename role='library'>libpopt.[so,a]</filename></term>
106 <listitem>
107 <para> is used to parse command-line options.</para>
108 <indexterm zone="popt libpopt">
109 <primary sortas="c-libpopt">libpopt.[so,a]</primary>
110 </indexterm>
111 </listitem>
112 </varlistentry>
113</variablelist>
114
115</sect2>
116
117</sect1>
118
Note: See TracBrowser for help on using the repository browser.