Ignore:
Timestamp:
03/10/2020 02:12:43 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bad2cbca
Parents:
ddc634b
Message:

Format general libraries

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/popt.xml

    rddc634b rd56e7df  
    3030    <title>Introduction to Popt</title>
    3131
    32     <para>The <application>popt</application> package contains the
    33     <application>popt</application> libraries which are used by
    34     some programs to parse command-line options.</para>
     32    <para>
     33      The <application>popt</application> package contains the
     34      <application>popt</application> libraries which are used by
     35      some programs to parse command-line options.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&popt-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&popt-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&popt-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&popt-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &popt-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &popt-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &popt-size;</para>
     58        <para>
     59          Download size: &popt-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &popt-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &popt-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &popt-time;</para>
     68        <para>
     69          Estimated build time: &popt-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6680    <title>Installation of Popt</title>
    6781
    68     <para>Install <application>popt</application> by running the following
    69     commands:</para>
     82    <para>
     83      Install <application>popt</application> by running the following
     84      commands:
     85    </para>
    7086
    7187<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    7288make</userinput></screen>
    7389
    74     <para>If you have <xref linkend="doxygen"/> installed and wish to build
    75     the API documentation, issue:</para>
     90    <para>
     91      If you have <xref linkend="doxygen"/> installed and wish to build
     92      the API documentation, issue:
     93    </para>
    7694
    7795<screen remap="doc"><userinput>doxygen</userinput></screen>
    7896
    79     <para>To test the results, issue: <command>make check</command>.</para>
     97    <para>
     98      To test the results, issue: <command>make check</command>.
     99    </para>
    80100
    81     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     101    <para>
     102      Now, as the <systemitem class="username">root</systemitem> user:
     103    </para>
    82104
    83105<screen role="root"><userinput>make install</userinput></screen>
    84106
    85     <para>If you built the API documentation, install it using the following
    86     commands issued by the <systemitem class="username">root</systemitem>
    87     user:</para>
     107    <para>
     108      If you built the API documentation, install it using the following
     109      commands issued by the <systemitem class="username">root</systemitem>
     110      user:
     111    </para>
    88112
    89113<screen role="root"
     
    124148      <term><filename role='library'>libpopt.so</filename></term>
    125149      <listitem>
    126         <para> is used to parse command-line options.</para>
     150        <para>
     151          is used to parse command-line options.
     152        </para>
    127153        <indexterm zone="popt libpopt">
    128154          <primary sortas="c-libpopt">libpopt.so</primary>
Note: See TracChangeset for help on using the changeset viewer.