mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
f7000b3d63
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1305 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
495 B
XML
17 lines
495 B
XML
<sect2>
|
|
<title>Installation of <application>Inetutils</application></title>
|
|
|
|
<para>Install <application>Inetutils</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr --disable-syslogd \
|
|
--libexecdir=/usr/sbin --infodir=/usr/share/info \
|
|
--sysconfdir=/etc --localstatedir=/var \
|
|
--mandir=/usr/share/man --with-wrap &&
|
|
make &&
|
|
make install &&
|
|
mv /usr/bin/ping /bin</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|