mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
9e5e468e59
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@767 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
368 B
XML
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 &&
|
|
make &&
|
|
make install </userinput></screen></para>
|
|
|
|
</sect2>
|
|
|