Ignore:
Timestamp:
03/21/2020 11:02:56 AM (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:
baac59c
Parents:
bdfc854
Message:

Format the x/installing chapter

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcb.xml

    rbdfc854 r71df408  
    3030    <title>Introduction to libxcb</title>
    3131
    32     <para>The <application>libxcb</application> package provides an interface
    33     to the X Window System protocol, which replaces the current Xlib interface.
    34     Xlib can also use XCB as a transport layer, allowing software to make
    35     requests and receive responses with both.</para>
     32    <para>
     33      The <application>libxcb</application> package provides an interface to
     34      the X Window System protocol, which replaces the current Xlib interface.
     35      Xlib can also use XCB as a transport layer, allowing software to make
     36      requests and receive responses with both.
     37    </para>
    3638
    3739    &lfs91_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&libxcb-download-http;"/></para>
     44        <para>
     45          Download (HTTP): <ulink url="&libxcb-download-http;"/>
     46        </para>
    4347      </listitem>
    4448      <listitem>
    45         <para>Download (FTP): <ulink url="&libxcb-download-ftp;"/></para>
     49        <para>
     50          Download (FTP): <ulink url="&libxcb-download-ftp;"/>
     51        </para>
    4652      </listitem>
    4753      <listitem>
    48         <para>Download MD5 sum: &libxcb-md5sum;</para>
     54        <para>
     55          Download MD5 sum: &libxcb-md5sum;
     56        </para>
    4957      </listitem>
    5058      <listitem>
    51         <para>Download size: &libxcb-size;</para>
     59        <para>
     60          Download size: &libxcb-size;
     61        </para>
    5262      </listitem>
    5363      <listitem>
    54         <para>Estimated disk space required: &libxcb-buildsize;</para>
     64        <para>
     65          Estimated disk space required: &libxcb-buildsize;
     66        </para>
    5567      </listitem>
    5668      <listitem>
    57         <para>Estimated build time: &libxcb-time;</para>
     69        <para>
     70          Estimated build time: &libxcb-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
     
    86100    <title>Installation of libxcb</title>
    87101
    88     <para>Install <application>libxcb</application> by running the following
    89     commands:</para>
     102    <para>
     103      Install <application>libxcb</application> by running the following
     104      commands:
     105    </para>
    90106
    91107<screen><userinput>sed -i "s/pthread-stubs//" configure &amp;&amp;
     
    96112make</userinput></screen>
    97113
    98     <para>To test the results, issue: <command>make check</command>.</para>
     114    <para>
     115      To test the results, issue: <command>make check</command>.
     116    </para>
    99117
    100     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     118    <para>
     119      Now, as the <systemitem class="username">root</systemitem> user:
     120    </para>
    101121
    102122<screen role="root"><userinput>make install</userinput></screen>
     
    107127    <title>Command Explanations</title>
    108128
    109     <para><command>sed "s/pthread-stubs//" -i configure</command>: This
    110     sed removes a dependency on the libpthread-stubs package which is useless on
    111     Linux.</para>
     129    <para>
     130      <command>sed "s/pthread-stubs//" -i configure</command>: This sed
     131      removes a dependency on the libpthread-stubs package which is useless on
     132      Linux.
     133    </para>
    112134
    113     <para><parameter>--without-doxygen</parameter>: Do not use doxygen to
    114     generate API documentation (default: auto). Without it, if
    115     <xref linkend="doxygen"/> is installed, the API documentation will be
    116     generated and installed.</para>
     135    <para>
     136      <parameter>--without-doxygen</parameter>: Do not use doxygen to
     137      generate API documentation (default: auto). Without it, if
     138      <xref linkend="doxygen"/> is installed, the API documentation will be
     139      generated and installed.
     140    </para>
    117141
    118142  </sect2>
     
    154178        <term><filename class="libraryfile">libxcb.so</filename></term>
    155179        <listitem>
    156           <para>is an interface to the X Window System protocol.</para>
     180          <para>
     181            is an interface to the X Window System protocol.
     182          </para>
    157183          <indexterm zone="libxcb libxcb-lib">
    158184            <primary sortas="c-libxcb">libxcb.so</primary>
Note: See TracChangeset for help on using the changeset viewer.