source: general/genlib/popt.xml@ def11b7

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 def11b7 was def11b7, checked in by Randy McMurchy <randy@…>, 19 years ago

Tag and excessive whitespace corrections

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

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[52d29f7]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://gd.tuwien.ac.at/utils/rpm.org/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">
8<!ENTITY popt-download-ftp "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">
9<!ENTITY popt-size "564 KB">
10<!ENTITY popt-buildsize "17.4 MB">
11<!ENTITY popt-time "0.06 SBU">
12]>
13
[ecd2b3d8]14<sect1 id="popt" xreflabel="popt-&popt-version;">
[a0f03b0]15<sect1info>
[5cd0959d]16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
[a0f03b0]18</sect1info>
[7f72cbf]19<?dbhtml filename="popt.html"?>
[def11b7]20<title><application>popt</application>-&popt-version;</title>
[f45b1953]21
[52d29f7]22<sect2>
23<title>Introduction to <application>popt</application></title>
[def11b7]24
25<para>The <application>popt</application> package contains the
26<application>popt</application> libraries which are used by
[52d29f7]27some programs to parse command-line options.</para>
[def11b7]28
[52d29f7]29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
[def11b7]31<listitem><para>Download (HTTP):
32<ulink url="&popt-download-http;"/></para></listitem>
33<listitem><para>Download (FTP):
34<ulink url="&popt-download-ftp;"/></para></listitem>
[52d29f7]35<listitem><para>Download size: &popt-size;</para></listitem>
[def11b7]36<listitem><para>Estimated disk space required:
37&popt-buildsize;</para></listitem>
38<listitem><para>Estimated build time:
39&popt-time;</para></listitem></itemizedlist>
[52d29f7]40</sect3>
[def11b7]41
[52d29f7]42</sect2>
43
44<sect2>
45<title>Installation of <application>popt</application></title>
[def11b7]46
47<para>Install <application>popt</application> by running the following
48commands:</para>
49
[52d29f7]50<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
51make &amp;&amp;
52make install</command></userinput></screen>
[def11b7]53
[52d29f7]54</sect2>
55
56<sect2>
57<title>Contents</title>
[def11b7]58
[52d29f7]59<para>The <application>popt</application> package contains the
60<filename class="libraryfile">libpopt</filename> libraries.</para>
[def11b7]61
[52d29f7]62</sect2>
[def11b7]63
[52d29f7]64<sect2><title>Description</title>
[def11b7]65
[52d29f7]66<sect3><title>popt library</title>
67<para>The <filename class="libraryfile">libpopt</filename> library is used to
68parse command-line options.</para></sect3>
[def11b7]69
[52d29f7]70</sect2>
[f45b1953]71
72</sect1>
[ecd2b3d8]73
Note: See TracBrowser for help on using the repository browser.