Changeset 2eef4339 for general/genutils


Ignore:
Timestamp:
01/24/2014 08:46:49 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c684b9d
Parents:
740597c
Message:

Add package: sof_4.87 - part 2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/lsof.xml

    r740597c r2eef4339  
    5757    </itemizedlist>
    5858
     59    <bridgehead renderas="sect3">lsof Dependencies</bridgehead>
     60
     61    <bridgehead renderas="sect4">Required</bridgehead>
     62    <para role="required">
     63      <xref linkend="libtirpc"/>
     64    </para>
     65
    5966    <para condition="html" role="usernotes">User Notes:
    6067    <ulink url="&blfs-wiki;/lsof"/></para>
     
    6572    <title>Installation of lsof</title>
    6673
    67     <para>Install <application>lsof</application> by running the following
    68     commands:</para>
     74    <para>The <application>lsof</application> tarball includes several files,
     75    between them, another tarball with the source code, which needs, in turn,
     76    to be unpacked. Install <application>lsof</application> by running the
     77    following commands:</para>
    6978
    7079<screen><userinput>tar xf lsof_&lsof-version;.tar       &amp;&amp;
     
    7988<screen role="root"><userinput>install -v -m0755 -o root -g root lsof /usr/bin &amp;&amp;
    8089install -v lsof.8 /usr/share/man/man8</userinput></screen>
     90
     91  </sect2>
     92
     93  <sect2 role="commands">
     94    <title>Command Explanations</title>
     95
     96    <para>
     97      <command>yes n |./Configure ...</command>: Automatically answer two
     98      questions asked by the Configure script.
     99    </para>
     100
     101    <para>
     102      <command>make CFGL="-L./lib -ltirpc"</command>: Instruct make the libtirpc
     103      libraries locations.
     104    </para>
    81105
    82106  </sect2>
Note: See TracChangeset for help on using the changeset viewer.