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/xcb-proto.xml

    rbdfc854 r71df408  
    3030    <title>Introduction to xcb-proto</title>
    3131
    32     <para>The <application>xcb-proto</application> package provides the
    33     XML-XCB protocol descriptions that <application>libxcb</application>
    34     uses to generate the majority of its code and API.</para>
     32    <para>
     33      The <application>xcb-proto</application> package provides the
     34      XML-XCB protocol descriptions that <application>libxcb</application>
     35      uses to generate the majority of its code and API.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&xcb-proto-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&xcb-proto-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&xcb-proto-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&xcb-proto-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &xcb-proto-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &xcb-proto-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &xcb-proto-size;</para>
     58        <para>
     59          Download size: &xcb-proto-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &xcb-proto-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &xcb-proto-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &xcb-proto-time;</para>
     68        <para>
     69          Estimated build time: &xcb-proto-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    7488    <title>Installation of xcb-proto</title>
    7589
    76     <para>Install <application>xcb-proto</application> by running the following
    77     commands:</para>
     90    <para>
     91      Install <application>xcb-proto</application> by running the following
     92      commands:
     93    </para>
    7894
    7995<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
    8096
    81     <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>
    82100
    83     <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>
    84104
    85105<screen role="root"><userinput>make install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.