On 24.1.2014 21:46, ferna...@higgs.linuxfromscratch.org wrote: > Author: fernando > Date: Fri Jan 24 12:46:49 2014 > New Revision: 12626 > > Log: > Add package: sof_4.87 - part 2. > > Modified: > trunk/BOOK/general/genutils/lsof.xml > > Modified: trunk/BOOK/general/genutils/lsof.xml > ============================================================================== > --- trunk/BOOK/general/genutils/lsof.xml Fri Jan 24 09:22:37 2014 > (r12625) > +++ trunk/BOOK/general/genutils/lsof.xml Fri Jan 24 12:46:49 2014 > (r12626) > @@ -56,6 +56,13 @@ > </listitem> > </itemizedlist> > > + <bridgehead renderas="sect3">lsof Dependencies</bridgehead> > + > + <bridgehead renderas="sect4">Required</bridgehead> > + <para role="required"> > + <xref linkend="libtirpc"/> > + </para> > + > <para condition="html" role="usernotes">User Notes: > <ulink url="&blfs-wiki;/lsof"/></para> > > @@ -64,8 +71,10 @@ > <sect2 role="installation"> > <title>Installation of lsof</title> > > - <para>Install <application>lsof</application> by running the following > - commands:</para> > + <para>The <application>lsof</application> tarball includes several files, > + between them, another tarball with the source code, which needs, in turn, > + to be unpacked. Install <application>lsof</application> by running the > + following commands:</para> > > <screen><userinput>tar xf lsof_&lsof-version;.tar && > cd lsof_&lsof-version; && > @@ -81,6 +90,21 @@ > > </sect2> > > + <sect2 role="commands"> > + <title>Command Explanations</title> > + > + <para> > + <command>yes n |./Configure ...</command>: Automatically answer two > + questions asked by the Configure script. > + </para> > +
I believe archlinux used ./Configure -n linux, which is what I used, too. Looks a bit nicer. > + <para> > + <command>make CFGL="-L./lib -ltirpc"</command>: Instruct make the > libtirpc > + libraries locations. > + </para> > + > + </sect2> > + > <sect2 role="content"> > <title>Contents</title> > > -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page