glfs/basicnet/netprogs/inetutils/inetutils-inst.xml
Tushar Teredesai 9e5e468e59 added descriptions for inetutils bins - james
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@767 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-03-18 02:46:42 +00:00

14 lines
368 B
XML

<sect2>
<title>Installation of inetutils</title>
<para>Install inetutils by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --disable-syslogd \
--libexecdir=/usr/sbin --infodir=/usr/share/info \
--mandir=/usr/share/man --with-wrap --with-pam &amp;&amp;
make &amp;&amp;
make install </userinput></screen></para>
</sect2>