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