From 2eef43390a76b7b74d717062a65bb941cd440e99 Mon Sep 17 00:00:00 2001 From: Fernando de Oliveira Date: Fri, 24 Jan 2014 20:46:49 +0000 Subject: [PATCH] Add package: sof_4.87 - part 2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12626 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genutils/lsof.xml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/general/genutils/lsof.xml b/general/genutils/lsof.xml index 77ec1458c4..893c520f50 100644 --- a/general/genutils/lsof.xml +++ b/general/genutils/lsof.xml @@ -56,6 +56,13 @@ + lsof Dependencies + + Required + + + + User Notes: @@ -64,8 +71,10 @@ Installation of lsof - Install lsof by running the following - commands: + The lsof tarball includes several files, + between them, another tarball with the source code, which needs, in turn, + to be unpacked. Install lsof by running the + following commands: tar xf lsof_&lsof-version;.tar && cd lsof_&lsof-version; && @@ -81,6 +90,21 @@ install -v lsof.8 /usr/share/man/man8 + + Command Explanations + + + yes n |./Configure ...: Automatically answer two + questions asked by the Configure script. + + + + make CFGL="-L./lib -ltirpc": Instruct make the libtirpc + libraries locations. + + + + Contents