Ignore:
Timestamp:
03/19/2020 05:57:38 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:
09f0998
Parents:
7226770c
Message:

Format xsoft chapter

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/xdg-utils.xml

    r7226770c r622c1021  
    102102    <title>Installation of xdg-utils</title>
    103103
    104     <para>Compile <application>xdg-utils</application> with the following
    105     commands:</para>
     104    <para>
     105      Compile <application>xdg-utils</application> with the following
     106      commands:
     107    </para>
    106108
    107109<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
    108110make</userinput></screen>
    109111
    110     <caution><para>The tests for the scripts must be made from an X-Window
    111     based session.  There are several run-time requirements to run
    112     the tests including a browser and an MTA.
    113     Running the tests as <systemitem class="username">root</systemitem>
    114     user is not recommended.</para></caution>
    115 
    116     <para>To run the tests, issue: <command>make -k test</command>.</para>
    117 
    118     <para>Now install it as the <systemitem class="username">root</systemitem>
    119     user:</para>
     112    <caution>
     113      <para>
     114        The tests for the scripts must be made from an X-Window
     115        based session.  There are several run-time requirements to run
     116        the tests including a browser and an MTA.
     117        Running the tests as <systemitem class="username">root</systemitem>
     118        user is not recommended.
     119      </para>
     120    </caution>
     121
     122    <para>
     123      To run the tests, issue: <command>make -k test</command>.
     124    </para>
     125
     126    <para>
     127      Now install it as the <systemitem class="username">root</systemitem>
     128      user:
     129    </para>
    120130
    121131<screen role="root"><userinput>make install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.