mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 19:57:18 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1935 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
488 B
XML
16 lines
488 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 &&
|
|
make &&
|
|
make install &&
|
|
mv /usr/bin/ping /bin</command></userinput></screen>
|
|
|
|
</sect2>
|