glfs/basicnet/netprogs/wget/wget-inst.xml
Larry Lawrence 93bca34513 zsh version increment
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@171 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-30 02:10:09 +00:00

12 lines
255 B
XML

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