mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
5cd0959daa
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
71 lines
2.9 KiB
XML
71 lines
2.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
|
|
<!ENTITY popt-download-http "http://gd.tuwien.ac.at/utils/rpm.org/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">
|
|
<!ENTITY popt-download-ftp "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">
|
|
<!ENTITY popt-size "564 KB">
|
|
<!ENTITY popt-buildsize "17.4 MB">
|
|
<!ENTITY popt-time "0.06 SBU">
|
|
|
|
]>
|
|
|
|
<sect1 id="popt" xreflabel="popt-&popt-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="popt.html"?>
|
|
<title>popt-&popt-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>popt</application></title>
|
|
|
|
<para>The popt package contains the popt libraries which are used by
|
|
some programs to parse command-line options.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&popt-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink url="&popt-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &popt-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required: &popt-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time: &popt-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>popt</application></title>
|
|
|
|
<para>Install <application>popt</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>popt</application> package contains the
|
|
<filename class="libraryfile">libpopt</filename> libraries.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>popt library</title>
|
|
<para>The <filename class="libraryfile">libpopt</filename> library is used to
|
|
parse command-line options.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|