glfs/basicnet/netprogs/wget/wget-inst.xml

12 lines
266 B
XML
Raw Normal View History

<sect2>
<title>Installation of wget</title>
<para>Install wget by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --with-ssl &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>