mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
14 lines
375 B
XML
14 lines
375 B
XML
|
<sect2>
|
||
|
<title>Installation of inetutils</title>
|
||
|
|
||
|
<para>Install inetutils by running the following commands:</para>
|
||
|
|
||
|
<para><screen><userinput>./configure --prefix=/usr --disable-inetutils \
|
||
|
--with-libexecdir=/usr/sbin --infodir=/usr/share/info \
|
||
|
--mandir=/usr/share/man --with-wrap --with-pam &&
|
||
|
make &&
|
||
|
make install </userinput></screen></para>
|
||
|
|
||
|
</sect2>
|
||
|
|