glfs/basicnet/netprogs/wget/wget-inst.xml
Larry Lawrence a8fccf1032 add wget and procmail, corrected first of four /usr/etc entries
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@47 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-02 15:33:58 +00:00

12 lines
266 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 --with-ssl &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>