update popt intro

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@964 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-08-03 20:06:02 +00:00
parent fb976334f6
commit 26041d0c59
5 changed files with 19 additions and 16 deletions

View File

@ -1,5 +1,5 @@
<sect2>
<title>Configuring popt</title>
<title>Configuring <application>popt</application></title>
<sect3><title>Configuration Information</title>

View File

@ -1,7 +1,7 @@
<sect2>
<title>Contents</title>
<para>The popt package contains the <filename>libpopt</filename> libraries.</para>
<para>The <application>popt</application> package contains the <filename>libpopt</filename> libraries.</para>
</sect2>

View File

@ -1,11 +1,11 @@
<sect2>
<title>Installation of popt</title>
<title>Installation of <application>popt</application></title>
<para>Install popt by running the following commands:</para>
<para>Install <application>popt</application> by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
<para><screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
make install</command></userinput></screen></para>
</sect2>

View File

@ -1,14 +1,17 @@
<sect2>
<title>Introduction to popt</title>
<title>Introduction to <application>popt</application></title>
<screen>Download location (HTTP): <ulink url="&popt-download-http;"/>
Download location (FTP): <ulink url="&popt-download-ftp;"/>
Version used: &popt-version;
Package size: &popt-size;
Estimated Disk space required: &popt-buildsize;
Estimated build time: &popt-time;</screen>
<para>The popt package contains the popt libraries which are used by
some programs to parse command line options.</para>
<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>

View File

@ -14,7 +14,7 @@ page in Chapter 1 for details on who wrote what.</para>
nmap-3.30.</para></listitem>
<listitem><para>August 3rd, 2003 [larry]: basicnet: modified intro to
slrn and slang.</para></listitem>
slrn, popt and slang.</para></listitem>
<listitem><para>August 3rd, 2003 [larry]: basicnet: updated to
pine-4.56.</para></listitem>